diff --git a/.github/workflows/foundation-gate.yml b/.github/workflows/foundation-gate.yml index 1b01658..88b960a 100644 --- a/.github/workflows/foundation-gate.yml +++ b/.github/workflows/foundation-gate.yml @@ -22,6 +22,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: gate: uses: ./.github/workflows/_checks.yml