File tree 4 files changed +16
-0
lines changed
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
schedule :
5
9
- cron : ' 0 10 * * *'
Original file line number Diff line number Diff line change 1
1
name : cleanup
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 : labels
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