Skip to content

Commit c02b5eb

Browse files
authored
Switch cron schedule to monthly
1 parent 341cee9 commit c02b5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: master
66
pull_request:
77
schedule:
8-
- cron: '21 3 ? * 6'
8+
- cron: '21 3 4 * *'
99

1010
jobs:
1111
check:

0 commit comments

Comments
 (0)