diff --git a/.github/workflows/foundry.yml b/.github/workflows/foundry.yml index d9655b2f0..2d877babc 100644 --- a/.github/workflows/foundry.yml +++ b/.github/workflows/foundry.yml @@ -18,7 +18,7 @@ env: # Automatically cancels a job if a new commit if pushed to the same PR, branch, or tag. # Source: concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-foundry # Except in `nightly` and `stable` branches! Any cancelled job will cause the # CI run to fail, and we want to keep a clean history for major branches. cancel-in-progress: ${{ (github.ref != 'refs/heads/nightly') && (github.ref != 'refs/heads/stable') }}