Skip to content

Commit 56d85b7

Browse files
committed
Cancel duplicate CI workflow
1 parent 222a702 commit 56d85b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
# Monthly cron
1111
- cron: '0 8 1 * *'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
tests:
1519
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)