We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5db6b commit c0c509eCopy full SHA for c0c509e
.github/workflows/jsobmarks.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
bmark:
9
name: Julia ${{ matrix.version }} - macOS - ${{ matrix.arch }} - ${{ github.event_name }}
10
- if: github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'benchmarks'))
+ if: github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run benchmarks'))
11
# FIXME: should run on hosted runner
12
runs-on: macOS-latest
13
strategy:
0 commit comments