Skip to content

Commit 4401301

Browse files
committed
Setup weekly runs for os x and windows
1 parent 530e39c commit 4401301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/execution-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Execution Tests [Latest Anaconda, OSX]
22
on:
33
schedule:
44
# UTC 16:00 is early morning in Australia
5-
- cron: '0 16 * * *'
5+
- cron: '0 15 * * 1'
66
jobs:
77
execution-tests-osx:
88
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})

.github/workflows/execution-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Execution Tests [Latest Anaconda, Windows]
22
on:
33
schedule:
44
# UTC 17:00 is early morning in Australia
5-
- cron: '0 17 * * *'
5+
- cron: '0 15 * * 4'
66
jobs:
77
execution-tests-win:
88
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)