Skip to content

Commit 74a7a27

Browse files
committed
Cancel in progress
1 parent 780b1b1 commit 74a7a27

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/pull-request.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ env:
1010
NAOSDK_HOME: /__w/hulk/naosdk
1111
NAOSDK_AUTOMATIC_YES: 1
1212

13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.ref }}
15-
1613
jobs:
1714
check:
1815
name: Check
16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
1918
runs-on:
2019
- self-hosted
2120
- v3
@@ -32,6 +31,8 @@ jobs:
3231
3332
check-cargo-lock:
3433
name: Check Cargo.lock
34+
concurrency:
35+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
3536
strategy:
3637
matrix:
3738
path:
@@ -57,6 +58,8 @@ jobs:
5758
5859
check-parameters:
5960
name: Check parameters
61+
concurrency:
62+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
6063
runs-on:
6164
- self-hosted
6265
- v3
@@ -73,6 +76,8 @@ jobs:
7376
7477
format:
7578
name: Format
79+
concurrency:
80+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
7681
runs-on:
7782
- self-hosted
7883
- v3
@@ -89,6 +94,8 @@ jobs:
8994
9095
test:
9196
name: Test
97+
concurrency:
98+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
9299
runs-on:
93100
- self-hosted
94101
- v3
@@ -105,6 +112,8 @@ jobs:
105112
106113
build:
107114
name: Build
115+
concurrency:
116+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
108117
strategy:
109118
fail-fast: true
110119
matrix:
@@ -126,6 +135,8 @@ jobs:
126135
127136
build_tools:
128137
name: Build
138+
concurrency:
139+
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
129140
strategy:
130141
matrix:
131142
path:

0 commit comments

Comments
 (0)