We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013fefe commit 00b6d36Copy full SHA for 00b6d36
.github/workflows/bench.yml
@@ -17,6 +17,7 @@ on:
17
jobs:
18
pre_job:
19
runs-on: ubuntu-latest
20
+ if: contains(github.event.pull_request.labels.*.name, 'performance')
21
outputs:
22
should_skip: ${{ steps.skip_check.outputs.should_skip }}
23
steps:
0 commit comments