File tree 6 files changed +24
-0
lines changed
6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 7
7
branches : [main, "release/**"]
8
8
workflow_dispatch :
9
9
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
13
+
10
14
jobs :
11
15
go_test_short :
12
16
env :
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ permissions:
13
13
# Optional: allow read access to pull request. Use with `only-new-issues` option.
14
14
pull-requests : read
15
15
16
+ concurrency :
17
+ group : ${{ github.workflow }}-${{ github.ref }}
18
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
19
+
16
20
jobs :
17
21
golangci :
18
22
name : lint
Original file line number Diff line number Diff line change 11
11
- .github/labels.yml
12
12
- .github/workflows/labels.yml
13
13
14
+ concurrency :
15
+ group : ${{ github.workflow }}-${{ github.ref }}
16
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
17
+
14
18
jobs :
15
19
labeler :
16
20
permissions :
Original file line number Diff line number Diff line change 7
7
branches : [main, "release/**"]
8
8
workflow_dispatch :
9
9
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
13
+
10
14
jobs :
11
15
diffs :
12
16
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9
9
type : string
10
10
default : " 2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1"
11
11
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
15
+
12
16
jobs :
13
17
rename-module :
14
18
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 9
9
- " .github/workflows/yml.yml"
10
10
- " .github/yamllint.yml"
11
11
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
15
+
12
16
jobs :
13
17
yaml-check :
14
18
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments