We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d2677f commit 9b721c6Copy full SHA for 9b721c6
1 file changed
.github/workflows/ci.yaml
@@ -1,7 +1,8 @@
1
on:
2
pull_request: {}
3
+ schedule:
4
+ - cron: '30 5,17 * * *'
5
push:
- branches: [rust]
6
7
jobs:
8
ci:
0 commit comments