Skip to content

Commit 09a99df

Browse files
authored
Merge pull request #442 from ThisIsMissEm/fix/cancel-concurrent-workflow-runs
CI/CD: Cancel concurrent workflow runs
2 parents 810ae61 + 081fe35 commit 09a99df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: build
22
on: [push, pull_request_target]
33

4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
7+
48
jobs:
59
test:
610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)