Skip to content

Commit 5798990

Browse files
committed
Use GH concurrency setting
1 parent 6918273 commit 5798990

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

.github/workflows/cancel-duplicate-runs.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- cron: "0 0 * * *" # Daily “At 00:00”
1111
workflow_dispatch: # allows you to trigger manually
1212

13+
concurrency:
14+
group: ${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build:
1519
name: Build (${{ matrix.python-version }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)