We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfc12d commit 6255358Copy full SHA for 6255358
.github/workflows/execution.yml
@@ -1,8 +1,8 @@
1
name: Run Execution Tests [Latest Anaconda]
2
on: push
3
- schedule:
4
- # UTC 22:00 is early morning in Australia
5
- - cron: '0 22 * * *'
+ # schedule:
+ # # UTC 22:00 is early morning in Australia
+ # - cron: '0 22 * * *'
6
jobs:
7
execution-tests-linux-osx:
8
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
0 commit comments