Skip to content

Commit 69ca8cf

Browse files
authoredMar 3, 2025··
chore(ci): auto cancel more jobs on push to next (#8817)
1 parent 5cf1a5b commit 69ca8cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎.github/workflows/are-we-compiled-yet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [next]
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+
group: ${{ github.workflow }}-${{ github.head_ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

‎.github/workflows/efps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
default: false
2020

2121
concurrency:
22-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
22+
group: ${{ github.workflow }}-${{ github.head_ref }}
2323
cancel-in-progress: true
2424

2525
jobs:

‎.github/workflows/formatCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8+
group: ${{ github.workflow }}-${{ github.head_ref }}
99
cancel-in-progress: true
1010

1111
jobs:

‎.github/workflows/lintPr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [next]
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
11+
group: ${{ github.workflow }}-${{ github.head_ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.