Skip to content

Commit 6b95ad2

Browse files
committed
Make test workflow cancelable
1 parent 0165828 commit 6b95ad2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
schedule:
77
- cron: '17 4 3 * *' # 4:17a on third day of the month
88

9+
concurrency:
10+
group: ${{ github.ref }}-${{ github.workflow }}
11+
cancel-in-progress: true
12+
913
env:
1014
BUILD_DIR: _build
1115

0 commit comments

Comments
 (0)