Skip to content

Commit 7bc4d51

Browse files
committed
rename execution checks
1 parent e9791c1 commit 7bc4d51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scheduled.yml renamed to .github/workflows/execution.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Run Execution Tests [Latest Anaconda]
2-
on: push
3-
# schedule:
4-
# # UTC 22:00 is early morning in Australia
5-
# - cron: '0 22 * * *'
2+
on:
3+
schedule:
4+
# UTC 22:00 is early morning in Australia
5+
- cron: '0 22 * * *'
66
jobs:
77
execution-tests-linux-osx:
88
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})

0 commit comments

Comments
 (0)