Skip to content

Commit

Permalink
Check for LLVM cache needing to be updated on each push to main
Browse files Browse the repository at this point in the history
This has the downside of potentially having multiple lined up if
several changes that come rapidly invalidate the cache, but, that
should be rare.
  • Loading branch information
SeanTAllen committed Aug 10, 2023
1 parent 409b3f1 commit 3b3dba3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-lib-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Update lib cache

on:
workflow_dispatch:
schedule:
- cron: "0 21 * * *"
push:
branches:
- main

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

0 comments on commit 3b3dba3

Please sign in to comment.