Skip to content

Commit 0a1a041

Browse files
authored
ci: Exit old workflow early
1 parent 5a135a9 commit 0a1a041

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
pull_request:
88
branches:
99
- master
10+
workflow_dispatch:
11+
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
1015

1116
jobs:
1217
test:

0 commit comments

Comments
 (0)