Skip to content

Commit 9e90b16

Browse files
authored
Auto cancel stale GH workflows (#398)
1 parent 6614a90 commit 9e90b16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/on_pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- reopened
1212
- synchronize
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
test:
1620
uses: ./.github/workflows/test.yml

0 commit comments

Comments
 (0)