Skip to content

Commit 135e2f5

Browse files
authored
Merge pull request #449 from SlugFiller/ci-concurrency
Add concurrency tag to CI
2 parents 9345f28 + de6dec3 commit 135e2f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Build
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711

0 commit comments

Comments
 (0)