File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 12
12
- ' LICENSE.md'
13
13
- ' README.md'
14
14
- ' .github/workflows/TagBot.yml'
15
+
16
+ concurrency :
17
+ group : build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
18
+ cancel-in-progress : true
19
+
15
20
jobs :
16
21
pre_job :
17
22
# continue-on-error: true # Uncomment once integration is finished
Original file line number Diff line number Diff line change 14
14
- ' README.md'
15
15
- ' .github/workflows/TagBot.yml'
16
16
17
+ concurrency :
18
+ group : build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
19
+ cancel-in-progress : true
20
+
17
21
jobs :
18
22
build :
19
23
permissions :
Original file line number Diff line number Diff line change 9
9
- ' README.md'
10
10
- ' .github/workflows/TagBot.yml'
11
11
12
+ concurrency :
13
+ group : build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
pre_job :
14
18
# continue-on-error: true # Uncomment once integration is finished
You can’t perform that action at this time.
0 commit comments