We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7b68a commit 09870fbCopy full SHA for 09870fb
.github/workflows/coding-standards.yml
@@ -14,6 +14,9 @@ jobs:
14
commit-linting:
15
timeout-minutes: 4
16
runs-on: ubuntu-latest
17
+ concurrency:
18
+ cancel-in-progress: true
19
+ group: commit-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
20
permissions:
21
contents: read
22
pull-requests: read
@@ -32,6 +35,9 @@ jobs:
32
35
yaml-linting:
33
36
34
37
38
39
40
+ group: yaml-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
41
42
43
0 commit comments