Skip to content

Commit 6e8350e

Browse files
authored
Merge pull request #4542 from tgross35/ci-cron
ci: Run a daily cron job to populate the CI cache
2 parents 7f91807 + fe243a4 commit 6e8350e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
merge_group:
55
pull_request:
66
types: [opened, synchronize, reopened]
7+
schedule:
8+
# Run CI on `main` daily so there is a cache available for merge queues.
9+
# See <https://github.com/orgs/community/discussions/66430>
10+
- cron: "0 8 * * *"
11+
workflow_dispatch:
712

813
env:
914
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)