Skip to content

Commit

Permalink
Trying to cancel out duplicate push/pull_request Github Actions calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningWitness committed May 19, 2024
1 parent 16be6e7 commit 8dcab6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8dcab6f

Please sign in to comment.