Skip to content

Commit 64fc8a8

Browse files
committed
turn of activate on push and set to schedule based testing
1 parent 7a86ec1 commit 64fc8a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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)