Skip to content

Commit 7559185

Browse files
Khaclaude
andauthored
chore: CI: fix macos-arm-ci label spelling in restart-on-label (#14132)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 437d4e5 commit 7559185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/restart-on-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contains(github.event.label.name, 'release-ci') ||
1212
contains(github.event.label.name, 'lake-ci') ||
1313
contains(github.event.label.name, 'fsanitize-ci') ||
14-
contains(github.event.label.name, 'macos_arm-ci')
14+
contains(github.event.label.name, 'macos-arm-ci')
1515
steps:
1616
- run: |
1717
# Finding latest CI workflow run on current pull request

0 commit comments

Comments
 (0)