Commit d673824 1 parent 520e778 commit d673824 Copy full SHA for d673824
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
issue_comment :
5
5
types : [created]
6
6
7
- # cancel previous workflow jobs for PRs
8
- concurrency :
9
- group : ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}
10
- cancel-in-progress : true
11
-
12
7
jobs :
13
8
config :
14
9
runs-on : " ubuntu-latest"
25
20
fi
26
21
27
22
ephemeral-env-comment :
23
+ concurrency :
24
+ group : ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}-comment
25
+ cancel-in-progress : true
28
26
needs : config
29
27
if : needs.config.outputs.has-secrets
30
28
name : Evaluate ephemeral env comment trigger (/testenv)
85
83
core.setFailed(errMsg)
86
84
87
85
ephemeral-docker-build :
86
+ concurrency :
87
+ group : ${{ github.workflow }}-${{ github.event.issue.number || github.run_id }}-build
88
+ cancel-in-progress : true
88
89
needs : ephemeral-env-comment
89
90
name : ephemeral-docker-build
90
91
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments