Skip to content

Commit 54dc79a

Browse files
committed
wip
1 parent d60bd2b commit 54dc79a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/base_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
1818
type: string
1919
default: "[]"
2020

21-
# concurrency:
22-
# group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23-
# cancel-in-progress: true
21+
concurrency:
22+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
23+
cancel-in-progress: true
2424

2525
jobs:
2626
delete_cache:

.github/workflows/daily.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
workflow_dispatch:
66
pull_request:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.job }}
10+
cancel-in-progress: true
11+
812
jobs:
913
test_amd64:
1014
name: Daily amd64

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linter
1+
name: Linters
22

33
on:
44
pull_request:
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
nph:
12-
name: "NPH Linter"
12+
name: NPH
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)