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