Skip to content

Commit 36740c2

Browse files
committed
chore: update cron
Signed-off-by: Keith Zantow <kzantow@gmail.com>
1 parent 34c008e commit 36740c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '!LICENSE'
1414

1515
schedule:
16-
- cron: '0 0 * * *' # daily at midnight
16+
- cron: '0 2 15 * *' # monthly at 2 am on the 15th
1717

1818
jobs:
1919
test:

0 commit comments

Comments
 (0)