diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a850d05d78..ec456ec6f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,10 @@ on: This is the ref we will use to pull the changes from the coreos_remote. required: false +concurrency: + group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }} + cancel-in-progress: true + permissions: {} jobs: