Skip to content

Commit 27899a0

Browse files
committed
ci: add cron schedule
This commit adds a cron schedule to the CI workflow so we can catch things like new clippy breakages sooner.
1 parent cbe7291 commit 27899a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- main
55
- "*_dev"
66
pull_request:
7+
schedule:
8+
- cron: '0 18 * * *'
79

810
name: CI
911
permissions:

0 commit comments

Comments
 (0)