Commit fe243a4
committed
ci: Run a daily cron job to populate the CI cache
The merge queue doesn't have a cache available because CI runs before
the push to `main` happens, and cache can only be retrieved from
branches that the testing commit is derived from. Work around this by
adding a daily CI run on `main` so there will be something in the cache
usable to PRs. It can also be run manually with `workflow_dispatch`.
Link: https://github.com/orgs/community/discussions/664301 parent 475e60f commit fe243a4
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
0 commit comments