Skip to content

Commit 09870fb

Browse files
committed
ci: add missing concurrency
1 parent 3a7b68a commit 09870fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
commit-linting:
1515
timeout-minutes: 4
1616
runs-on: ubuntu-latest
17+
concurrency:
18+
cancel-in-progress: true
19+
group: commit-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1720
permissions:
1821
contents: read
1922
pull-requests: read
@@ -32,6 +35,9 @@ jobs:
3235
yaml-linting:
3336
timeout-minutes: 4
3437
runs-on: ubuntu-latest
38+
concurrency:
39+
cancel-in-progress: true
40+
group: yaml-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3541
permissions:
3642
contents: read
3743
pull-requests: read

0 commit comments

Comments
 (0)