Skip to content

Commit

Permalink
ci: add cron schedule
Browse files Browse the repository at this point in the history
This commit adds a cron schedule to the CI workflow so we can catch
things like new clippy breakages sooner.
  • Loading branch information
cpu committed Sep 7, 2023
1 parent e16c06e commit e480033
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- main
- "*_dev"
pull_request:
schedule:
- cron: '0 18 * * *'

name: CI
permissions:
Expand Down

0 comments on commit e480033

Please sign in to comment.