Skip to content

Commit 09939ba

Browse files
committed
CI: Cancel builds upon a new push
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 13bbc0d commit 09939ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
- push
55
- pull_request
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8+
cancel-in-progress: true
69
jobs:
710
lint:
811
name: Run linters

0 commit comments

Comments
 (0)