Skip to content

Commit 3678c99

Browse files
committed
Run cron job daily instead of hourly
1 parent 4889a6f commit 3678c99

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)