Skip to content

Commit 5a4f442

Browse files
committed
Try to limit concurrent builds
1 parent 7c9ce7d commit 5a4f442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22
on: [push, pull_request]
33
permissions:
44
contents: read
5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
cancel-in-progress: true
58

69
jobs:
710
specs:

0 commit comments

Comments
 (0)