File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11name : CLI
22
3+ # cancel any prior runs for this workflow and this PR (or branch)
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
38on :
49 push :
510 branches : [ main ]
Original file line number Diff line number Diff line change 11name : Kind
22
3+ # cancel any prior runs for this workflow and this PR (or branch)
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
6+ cancel-in-progress : true
7+
38on :
49 push :
510 branches : [ main ]
Original file line number Diff line number Diff line change 11# Testing of the self-test capability
22name : Self-test
33
4+ # cancel any prior runs for this workflow and this PR (or branch)
5+ concurrency :
6+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+ cancel-in-progress : true
8+
49on :
510 push :
611 branches : [ main ]
Original file line number Diff line number Diff line change 33
44name : UI
55
6+ # cancel any prior runs for this workflow and this PR (or branch)
7+ concurrency :
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9+ cancel-in-progress : true
10+
611on :
712 push :
813 branches : [ main ]
You can’t perform that action at this time.
0 commit comments