File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : Docs
2
2
3
+ # If a pull-request is pushed then cancel all previously running jobs related
4
+ # to that pull-request
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
+ cancel-in-progress : true
8
+
3
9
on :
4
10
push :
5
11
branches :
Original file line number Diff line number Diff line change 1
1
name : Lint
2
2
3
+ # If a pull-request is pushed then cancel all previously running jobs related
4
+ # to that pull-request
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
+ cancel-in-progress : true
8
+
3
9
on :
4
10
push :
5
11
branches :
Original file line number Diff line number Diff line change 1
1
name : pre_commit
2
2
3
+ # If a pull-request is pushed then cancel all previously running jobs related
4
+ # to that pull-request
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
+ cancel-in-progress : true
8
+
3
9
on :
4
10
push :
5
11
branches :
Original file line number Diff line number Diff line change 1
1
name : Test
2
2
3
+ # If a pull-request is pushed then cancel all previously running jobs related
4
+ # to that pull-request
5
+ concurrency :
6
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
7
+ cancel-in-progress : true
8
+
3
9
on :
4
10
push :
5
11
branches :
You can’t perform that action at this time.
0 commit comments