We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-arm-ci
1 parent 437d4e5 commit 7559185Copy full SHA for 7559185
1 file changed
.github/workflows/restart-on-label.yml
@@ -11,7 +11,7 @@ jobs:
11
contains(github.event.label.name, 'release-ci') ||
12
contains(github.event.label.name, 'lake-ci') ||
13
contains(github.event.label.name, 'fsanitize-ci') ||
14
- contains(github.event.label.name, 'macos_arm-ci')
+ contains(github.event.label.name, 'macos-arm-ci')
15
steps:
16
- run: |
17
# Finding latest CI workflow run on current pull request
0 commit comments