diff --git a/.github/workflows/gate.yaml b/.github/workflows/gate.yaml index 7574c785d..be6d21304 100644 --- a/.github/workflows/gate.yaml +++ b/.github/workflows/gate.yaml @@ -21,6 +21,9 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false steps: - uses: actions/checkout@v4 - name: Install Poetry