File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33
33
- ' *.ini'
34
34
- ' *.lock'
35
35
schedule :
36
- - cron : ' 0 2 * * * '
36
+ - cron : ' 0 2 * * 1 '
37
37
workflow_dispatch :
38
38
39
39
permissions :
75
75
name : Build and Test on Windows
76
76
needs : fmt-and-check
77
77
runs-on : windows-latest
78
+ if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
78
79
strategy :
79
80
matrix :
80
81
target : [x86_64-pc-windows-msvc, x86_64-pc-windows-gnu]
@@ -230,6 +231,7 @@ jobs:
230
231
name : Build and Test on ARM Linux
231
232
needs : fmt-and-check
232
233
runs-on : ubuntu-latest
234
+ if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
233
235
strategy :
234
236
matrix :
235
237
target : [ aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabihf, armv7-unknown-linux-gnueabi]
@@ -434,4 +436,4 @@ jobs:
434
436
delete_tags : true
435
437
delete_prerelease_only : true
436
438
env :
437
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
439
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments