Skip to content

Commit b791317

Browse files
committed
Change cron frequency for testing
1 parent 4a6bb96 commit b791317

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/copy_conda_packages.yml

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

67
jobs:
78
copy_packages:

0 commit comments

Comments
 (0)