Skip to content

Commit aae0122

Browse files
authored
MAINT: Switch to scheduled runs for macOS [skip azp] [skip actions] (#11993)
1 parent 1dfcac7 commit aae0122

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.circleci/config.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,6 @@ jobs:
539539
workflows:
540540
default:
541541
jobs:
542-
- pytest-macos-arm64:
543-
name: pytest-macos-arm64
544542
- build_docs:
545543
name: build_docs
546544
- linkcheck:
@@ -574,13 +572,27 @@ workflows:
574572
- main
575573

576574
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:
577589
jobs:
578590
- linkcheck:
579-
name: linkcheck_weekly
591+
name: linkcheck_monthly
580592
scheduled: "true"
581593
triggers:
582594
- 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"
584596
cron: "0 6 1 * *"
585597
filters:
586598
branches:

0 commit comments

Comments
 (0)