Prevent concurrent run of build-apps on main (#6909)

This commit is contained in:
Pierre Jacquier
2025-05-13 14:20:27 -04:00
committed by GitHub
parent be14022f97
commit 4bc5439996

View File

@ -13,7 +13,7 @@ env:
IS_NIGHTLY: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: