Skip to content

Commit 061f861

Browse files
committed
ci: cancel concurrent lint and test workflows
Signed-off-by: Marius Boden <[email protected]>
1 parent ca84da1 commit 061f861

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
branches-ignore:
1010
- 'gh-pages'
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
linter:
1418
runs-on: ubuntu-24.04

.github/workflows/tests-cluster-chainsaw.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches-ignore:
66
- 'gh-pages'
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
test-list:
1014
runs-on: ubuntu-24.04

.github/workflows/tests-operator.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches-ignore:
66
- 'gh-pages'
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: true
11+
812
jobs:
913
deploy_operator:
1014
name: Deploy the operator in cluster-wide mode

0 commit comments

Comments
 (0)