Skip to content

Commit 00b6d36

Browse files
authored
CI change, only run bench on performance label (#4271)
1 parent 013fefe commit 00b6d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bench.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
jobs:
1818
pre_job:
1919
runs-on: ubuntu-latest
20+
if: contains(github.event.pull_request.labels.*.name, 'performance')
2021
outputs:
2122
should_skip: ${{ steps.skip_check.outputs.should_skip }}
2223
steps:

0 commit comments

Comments
 (0)