Skip to content

Commit 9af58ff

Browse files
committed
Run "rebuild libs cache" every day 3 hours before nightlies run (#4386)
Usually this will quickly exit, however, if anything is out of date 3 hours before nightlies, it will probably be out of date at the time that nightlies happen. Running ahead of time will make the release more efficient. That efficiency is nice because if we hit a problem elsewhere with the release, it will happen "sooner in the evening" with more time for someone to look into it.
1 parent 1fe625d commit 9af58ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/update-lib-cache.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Manually update lib cache
22

33
on:
4-
workflow_dispatch
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 21 * * *"
57

68
concurrency:
79
group: "update-lib-cache"

0 commit comments

Comments
 (0)