File tree 4 files changed +20
-0
lines changed
4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : CLI
2
2
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
+
3
8
on :
4
9
push :
5
10
branches : [ main ]
Original file line number Diff line number Diff line change 1
1
name : Kind
2
2
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
+
3
8
on :
4
9
push :
5
10
branches : [ main ]
Original file line number Diff line number Diff line change 1
1
# Testing of the self-test capability
2
2
name : Self-test
3
3
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
+
4
9
on :
5
10
push :
6
11
branches : [ main ]
Original file line number Diff line number Diff line change 3
3
4
4
name : UI
5
5
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
+
6
11
on :
7
12
push :
8
13
branches : [ main ]
You can’t perform that action at this time.
0 commit comments