Skip to content

Commit 53cf185

Browse files
authored
Merge pull request #489 from daq-tools/ci-concurrency
CI: Cancel redundant in-progress workflow runs
2 parents 49e3460 + 5501f78 commit 53cf185

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
branches: "*"
66
pull_request:
77
branches: master
8+
workflow_dispatch:
9+
10+
# Cancel redundant in-progress workflow runs.
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
814

915
jobs:
1016
test:

0 commit comments

Comments
 (0)