File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
schedule :
8
8
- cron : ' 13 11 * * *'
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
+ cancel-in-progress : true
13
+
9
14
jobs :
10
15
pythonbuild :
11
16
runs-on : ' macos-13'
Original file line number Diff line number Diff line change 1
-
2
1
name : Check
3
2
4
3
on :
5
4
push :
6
5
pull_request :
7
6
7
+ concurrency :
8
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
9
+ cancel-in-progress : true
10
+
8
11
jobs :
9
12
check :
10
13
runs-on : " ubuntu-latest"
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
schedule :
8
8
- cron : ' 13 11 * * *'
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
+ cancel-in-progress : true
13
+
9
14
jobs :
10
15
pythonbuild :
11
16
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
schedule :
8
8
- cron : ' 13 11 * * *'
9
+
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
12
+ cancel-in-progress : true
13
+
9
14
jobs :
10
15
pythonbuild :
11
16
runs-on : ' windows-2019'
You can’t perform that action at this time.
0 commit comments