8000 Cancel old `daily` CI jobs on PRs (#9196) · python/typeshed@66edd05 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66edd05

Browse files
authored
Cancel old daily CI jobs on PRs (#9196)
1 parent 1733c46 commit 66edd05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
permissions:
1414
contents: read
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
18+
cancel-in-progress: true
19+
1620
env:
1721
PIP_DISABLE_PIP_VERSION_CHECK: 1
1822

0 commit comments

Comments
 (0)
0