Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75751f4

Browse files
Auto-cancel old builds when new commit pushed to branch (#98009)
* Auto-cancel old builds when new commit pushed to branch* Add a fallbackCo-authored-by: Ezio Melotti <ezio.melotti@gmail.com>* Use the same group for all workflows.Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent5405537 commit75751f4

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

‎.github/workflows/build.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ on:
2525
permissions:
2626
contents:read
2727

28+
concurrency:
29+
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
30+
cancel-in-progress:true
31+
2832
jobs:
2933
check_source:
3034
name:'Check for source changes'

‎.github/workflows/build_msi.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ on:
1818
permissions:
1919
contents:read
2020

21+
concurrency:
22+
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
23+
cancel-in-progress:true
24+
2125
jobs:
2226
build:
2327
name:Windows Installer

‎.github/workflows/doc.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ on:
2828
permissions:
2929
contents:read
3030

31+
concurrency:
32+
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
33+
cancel-in-progress:true
34+
3135
jobs:
3236
build_doc:
3337
name:'Docs'

‎.github/workflows/verify-ensurepip-wheels.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616
permissions:
1717
contents:read
1818

19+
concurrency:
20+
group:${{ github.workflow }}-${{ github.head_ref || github.run_id }}
21+
cancel-in-progress:true
22+
1923
jobs:
2024
verify:
2125
runs-on:ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp