We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c6184 commit c51f8e0Copy full SHA for c51f8e0
.github/workflows/test_and_lint.yml
@@ -2,7 +2,7 @@ name: Daily Test and Lint
2
3
on:
4
schedule:
5
- - cron: '*/10 * * * *' # Run every 10 minutes
+ - cron: '0 0 * * *' # Run at midnight
6
7
jobs:
8
test-and-lint:
0 commit comments