You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/66430
0 commit comments