We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a928d6 + 163b429 commit e109928Copy full SHA for e109928
.github/workflows/lint.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
push:
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
+
11
permissions:
12
contents: read
13
.github/workflows/spdx.yml
.github/workflows/test.yml
0 commit comments