We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e2e61 commit fdabf3bCopy full SHA for fdabf3b
.github/workflows/benchmarks.yml
@@ -7,10 +7,7 @@ on:
7
8
jobs:
9
benchmark:
10
- if: |
11
- ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark')
12
- && github.event_name == 'pull_request'
13
- || github.event_name == 'workflow_dispatch' }}
+ if: ${{ contains( github.event.pull_request.labels.*.name, 'run-benchmark') && github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
14
name: Linux
15
runs-on: ubuntu-20.04
16
env:
0 commit comments