File tree 10 files changed +44
-1
lines changed 10 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [master]
8
8
9
+ concurrency :
10
+ cancel-in-progress : true
11
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
12
+
9
13
permissions : # added using https://github.com/step-security/secure-workflows
10
14
contents : read
11
15
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [master]
6
6
pull_request :
7
- # The branches below must be a subset of the branches above
8
7
branches : [master]
9
8
schedule :
10
9
- cron : " 21 8 * * 3"
11
10
11
+ concurrency :
12
+ cancel-in-progress : true
13
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
14
+
12
15
permissions : # added using https://github.com/step-security/secure-workflows
13
16
contents : read
14
17
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [master]
6
6
7
+ concurrency :
8
+ cancel-in-progress : true
9
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
10
+
7
11
permissions : # added using https://github.com/step-security/secure-workflows
8
12
contents : read
9
13
pull-requests : write
Original file line number Diff line number Diff line change 1
1
name : database
2
2
3
3
on :
4
+ push :
5
+ branches : [master]
4
6
pull_request :
5
7
branches : [master]
6
8
9
+ concurrency :
10
+ cancel-in-progress : true
11
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
12
+
7
13
permissions : # added using https://github.com/step-security/secure-workflows
8
14
contents : read
9
15
Original file line number Diff line number Diff line change 9
9
name : " Dependency Review"
10
10
on : [pull_request]
11
11
12
+ concurrency :
13
+ cancel-in-progress : true
14
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
15
+
12
16
permissions :
13
17
contents : read
14
18
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [master]
6
6
7
+ concurrency :
8
+ cancel-in-progress : true
9
+ group : ${{ github.workflow }}-${{ github.ref }}
10
+
7
11
permissions :
8
12
contents : read
9
13
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [master]
8
8
9
+ concurrency :
10
+ cancel-in-progress : true
11
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
12
+
9
13
permissions : # added using https://github.com/step-security/secure-workflows
10
14
contents : read
11
15
Original file line number Diff line number Diff line change 1
1
name : maintenance
2
2
3
3
on :
4
+ push :
5
+ branches : [master]
4
6
pull_request :
5
7
branches : [master]
6
8
9
+ concurrency :
10
+ cancel-in-progress : true
11
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
12
+
7
13
permissions : # added using https://github.com/step-security/secure-workflows
8
14
contents : read
9
15
Original file line number Diff line number Diff line change 7
7
push :
8
8
branches : [master]
9
9
10
+ concurrency :
11
+ cancel-in-progress : true
12
+ group : ${{ github.workflow }}-${{ github.ref }}
13
+
10
14
permissions : # added using https://github.com/step-security/secure-workflows
11
15
contents : write
12
16
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [master]
8
8
9
+ concurrency :
10
+ cancel-in-progress : true
11
+ group : ${{ github.workflow }}-${{ github.ref_protected && github.run_id || github.event.pull_request.number }}
12
+
9
13
permissions : # added using https://github.com/step-security/secure-workflows
10
14
contents : read
11
15
You can’t perform that action at this time.
0 commit comments