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.
2 parents 4889a6f + 3678c99 commit d141676Copy full SHA for d141676
.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