Skip to content

Commit bc3ac51

Browse files
committed
Cancel in-progress runs on new pushes
1 parent c0d457b commit bc3ac51

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
@@ -11,6 +11,10 @@ on:
1111
# Run weekly on Saturday
1212
- cron: '37 3 * * SAT'
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
permissions:
1519
contents: read
1620

0 commit comments

Comments
 (0)