Skip to content

Commit d141676

Browse files
authored
Merge pull request #59 from mwcraig/make-cron-daily
Run cron job daily instead of hourly
2 parents 4889a6f + 3678c99 commit d141676

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/copy_conda_packages.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
on:
22
schedule:
3-
# Run once a day at 20:10 UTC
4-
# But for now every hour on 57.
5-
- cron: '57 * * * *'
3+
# Run once a day at 21:20 UTC
4+
- cron: '20 21 * * *'
65

76
jobs:
87
copy_packages:

0 commit comments

Comments
 (0)