We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3771fe2 commit 19c7608Copy full SHA for 19c7608
.github/workflows/microbenchmarks-ci.yaml
@@ -19,6 +19,7 @@ jobs:
19
name: build merge base
20
runs-on: [self-hosted, basic_runner_group]
21
timeout-minutes: 30
22
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'X-skip-perf-check') }}
23
outputs:
24
merge_base: ${{ steps.build.outputs.merge_base }}
25
steps:
@@ -34,6 +35,7 @@ jobs:
34
35
name: build head
36
37
38
39
40
- name: Checkout
41
uses: actions/checkout@v4
0 commit comments