We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f91807 + fe243a4 commit 6e8350eCopy full SHA for 6e8350e
.github/workflows/ci.yaml
@@ -4,6 +4,11 @@ on:
4
merge_group:
5
pull_request:
6
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:
12
13
env:
14
CARGO_TERM_COLOR: always
0 commit comments