Skip to content

Commit c51f8e0

Browse files
committed
Changed cron schedule
1 parent 64c6184 commit c51f8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Daily Test and Lint
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *' # Run every 10 minutes
5+
- cron: '0 0 * * *' # Run at midnight
66

77
jobs:
88
test-and-lint:

0 commit comments

Comments
 (0)