Skip to content

Commit

Permalink
CI: Cancel builds upon a new push
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
(cherry picked from commit 09939ba)
  • Loading branch information
stephenfin committed Oct 31, 2024
1 parent 3e92448 commit 95682fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: CI
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Run linters
Expand Down

0 comments on commit 95682fd

Please sign in to comment.