Skip to content

Commit

Permalink
enable scheduled run
Browse files Browse the repository at this point in the history
  • Loading branch information
HumphreyYang committed Jan 22, 2024
1 parent 75c800a commit fd34a91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/execution.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Run Execution Tests [Latest Anaconda]
# on:
# schedule:
# # UTC 22:00 is early morning in Australia
# - cron: '0 22 * * *'
on:
schedule:
# UTC 22:00 is early morning in Australia
- cron: '0 22 * * *'
jobs:
execution-tests-linux:
name: Execution Tests (${{ matrix.python-version }}, ${{ matrix.os }})
Expand Down

0 comments on commit fd34a91

Please sign in to comment.