Skip to content

Commit dac5309

Browse files
authored
chore: update used-by.yml cron to monthly
1 parent 82d0d04 commit dac5309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/used-by.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Used By
33
on:
44
schedule:
55
# https://crontab.guru/
6-
- cron: '0 9 * * 1' # At 09:00 on Monday.
6+
- cron: '0 9 1 * *' # At 09:00 on day-of-month 1
77
workflow_dispatch:
88

99
jobs:

0 commit comments

Comments
 (0)