Merge pull request #1264 from Molecule-AI/fix/ci-cancel-in-progress-true

fix(ci): revert cancel-in-progress to true to restore CI operation
This commit is contained in:
molecule-ai[bot] 2026-04-21 03:42:44 +00:00 committed by GitHub
commit bfb5e16ae9

View File

@ -6,12 +6,12 @@ on:
pull_request:
branches: [main, staging]
# Queue new CI runs when a commit arrives on the same ref.
# New runs queue instead of cancelling each other — prevents
# the single self-hosted macOS arm64 runner from being monopolised.
# Cancel in-progress CI runs when a new commit arrives on the same ref.
# This prevents multiple stale runs from queuing behind each other and
# monopolising the self-hosted macOS arm64 runner.
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: false
cancel-in-progress: true
jobs:
# Detect which paths changed so downstream jobs can skip when only