Skip to content

Commit

Permalink
Run "rebuild libs cache" every day 3 hours before nightlies run (#4386)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SeanTAllen committed Aug 9, 2023
1 parent 1fe625d commit 7f41bd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-lib-cache.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Manually update lib cache
name: Update lib cache

on:
workflow_dispatch
workflow_dispatch:
schedule:
- cron: "0 21 * * *"

concurrency:
group: "update-lib-cache"
Expand Down

0 comments on commit 7f41bd7

Please sign in to comment.