File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -539,8 +539,6 @@ jobs:
539
539
workflows :
540
540
default :
541
541
jobs :
542
- - pytest-macos-arm64 :
543
- name : pytest-macos-arm64
544
542
- build_docs :
545
543
name : build_docs
546
544
- linkcheck :
@@ -574,13 +572,27 @@ workflows:
574
572
- main
575
573
576
574
weekly :
575
+ jobs :
576
+ - pytest-macos-arm64 :
577
+ name : pytest_macos_arm64_weekly
578
+ scheduled : " true"
579
+ triggers :
580
+ - schedule :
581
+ # "At 6:00 AM GMT every Monday"
582
+ cron : " 0 6 * * 1"
583
+ filters :
584
+ branches :
585
+ only :
586
+ - main
587
+
588
+ monthly :
577
589
jobs :
578
590
- linkcheck :
579
- name : linkcheck_weekly
591
+ name : linkcheck_monthly
580
592
scheduled : " true"
581
593
triggers :
582
594
- schedule :
583
- # "At 6:00 AM GMT on the first day of each month" is often enough
595
+ # "At 6:00 AM GMT on the first day of each month"
584
596
cron : " 0 6 1 * *"
585
597
filters :
586
598
branches :
You can’t perform that action at this time.
0 commit comments