Skip to content

Commit 4dea55e

Browse files
dpoMaxenceGollier
andauthored
Update .github/workflows/jsobmarks.yml
Co-authored-by: Maxence Gollier <134112149+MaxenceGollier@users.noreply.github.com>
1 parent 9e82ba3 commit 4dea55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/jsobmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
bmark:
99
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'))
10+
if: github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run benchmarks'))
1111
# FIXME: should run on hosted runner
1212
runs-on: macOS-latest
1313
strategy:

0 commit comments

Comments
 (0)