Skip to content

Commit

Permalink
feat: auto-cancel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 17, 2022
1 parent 1ad6332 commit 6085cf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on: push
permissions:
contents: write

concurrency:
group: '${{ github.head_ref || github.ref }}'
cancel-in-progress: true

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6085cf3

Please sign in to comment.