Skip to content

Commit 3ba7c81

Browse files
authored
Merge pull request #10704 from pradyunsg/ci/auto-cancel-repeated-runs
2 parents 2e3fab3 + fa2d428 commit 3ba7c81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
schedule:
1212
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
docs:
1620
name: docs

0 commit comments

Comments
 (0)