Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] Run the CI daily on main branch
This has two benefits: First, we ensure that the main branch works even if the runners/dependencies update. Second, GitHub's caches are scoped. They only work among commits of the same branch, except from the default branch. (https://github.com/actions/cache#cache-scopes) Therefore, if we ensure that the main branch is always cached, we should always hit the caches and have quick turnaround times on all our branches and PRs.
- Loading branch information