File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : ci
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
workflow_dispatch :
5
9
inputs :
Original file line number Diff line number Diff line change 1
1
name : e2e
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
workflow_dispatch :
5
9
schedule :
Original file line number Diff line number Diff line change 1
1
name : test
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
push :
5
9
branches :
Original file line number Diff line number Diff line change 1
1
name : validate
2
2
3
+ concurrency :
4
+ group : ${{ github.workflow }}-${{ github.ref }}
5
+ cancel-in-progress : true
6
+
3
7
on :
4
8
push :
5
9
branches :
You can’t perform that action at this time.
0 commit comments