Skip to content

Commit b12e1d7

Browse files
committed
chore: add concurrent workflow rules
1 parent 4c2464d commit b12e1d7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
concurrency:
88
group: ${{ github.workflow }}
9-
cancel-in-progress: false
9+
cancel-in-progress: true
1010

1111
permissions: {}
1212
jobs:

.github/zizmor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ rules:
1212
dangerous-triggers:
1313
ignore:
1414
- semantic-check.yml:2
15+
concurrency-limits:
16+
ignore:
17+
- release.yml

0 commit comments

Comments
 (0)