diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69020e5..6e5cb1f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,6 +7,10 @@ defaults: run: shell: bash +concurrency: + group: build-${{ github.ref }}-${{ matrix.os }}-${{ matrix.ghc }} + cancel-in-progress: true + jobs: main: name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}