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 598ee73 commit ef195e7Copy full SHA for ef195e7
.github/workflows/copy_conda_packages.yml
@@ -1,7 +1,7 @@
1
on:
2
schedule:
3
- # Run once a day at 21:20 UTC
4
- - cron: '20 21 * * *'
+ # Run once a day at 22:40 UTC
+ - cron: '55 22 * * *'
5
6
jobs:
7
copy_packages:
0 commit comments