Skip to content

Commit fe336e3

Browse files
committed
Add concurrency checks to cancel in-progress tests
Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent afd4cdd commit fe336e3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
schedule:
1111
- cron: '0 0 * * 0'
1212
workflow_dispatch:
13+
concurrency:
14+
group: "${{ github.workflow }}-${{ github.ref }}"
15+
cancel-in-progress: true
1316
permissions:
1417
contents: read
1518
jobs:

0 commit comments

Comments
 (0)