Skip to content

Commit e6024cd

Browse files
Add concurrency settings to CI workflow
1 parent cd1a8d2 commit e6024cd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ name: CI
1111
- '**'
1212
schedule:
1313
- cron: 0 0 * * *
14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
1417
jobs:
1518
ci:
1619
timeout-minutes: 30

0 commit comments

Comments
 (0)