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 4a6bb96 commit b791317Copy full SHA for b791317
.github/workflows/copy_conda_packages.yml
@@ -1,7 +1,8 @@
1
on:
2
schedule:
3
# Run once a day at 20:10 UTC
4
- - cron: '10 20 * * *'
+ # But for now every hour on 30.
5
+ - cron: '30 * * * *'
6
7
jobs:
8
copy_packages:
0 commit comments