Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/native-image-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ on:
- cron: "23 4 * * 6"
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# No concurrency group: each push to main builds to completion so every merge
# gets its own macOS native-image signal. A shared cancel-in-progress group
# would cancel the in-flight build (the long pole, ~20-25 min) whenever a newer
# merge landed, and those cancelled runs surface as red checks on main.

jobs:
isthmus-native-image-macos:
Expand Down
Loading