File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: MacOS Python build
2
2
3
3
on :
4
4
push :
5
+ branches : [main]
5
6
pull_request :
6
- schedule :
7
- - cron : " 13 11 * * *"
7
+ workflow_dispatch :
8
8
9
9
concurrency :
10
- group : ${{ github.workflow }}-${{ github.ref }}
10
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
11
11
cancel-in-progress : true
12
12
13
13
jobs :
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Linux Python build
2
2
3
3
on :
4
4
push :
5
+ branches : [main]
5
6
pull_request :
6
- schedule :
7
- - cron : " 13 11 * * *"
7
+ workflow_dispatch :
8
8
9
9
concurrency :
10
- group : ${{ github.workflow }}-${{ github.ref }}
10
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
11
11
cancel-in-progress : true
12
12
13
13
jobs :
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: Windows Python build
2
2
3
3
on :
4
4
push :
5
+ branches : [main]
5
6
pull_request :
6
- schedule :
7
- - cron : " 13 11 * * *"
7
+ workflow_dispatch :
8
8
9
9
concurrency :
10
- group : ${{ github.workflow }}-${{ github.ref }}
10
+ group : ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
11
11
cancel-in-progress : true
12
12
13
13
jobs :
You can’t perform that action at this time.
0 commit comments