We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ea1c2 + a3cafd9 commit 6ea5b90Copy full SHA for 6ea5b90
1 file changed
.github/workflows/ci.yml
@@ -3,6 +3,8 @@ name: Rust CI
3
on:
4
push:
5
pull_request:
6
+ schedule:
7
+ - cron: '0 0 * * 1' # weekly on Monday at midnight UTC
8
9
env:
10
CARGO_TERM_COLOR: always
0 commit comments