Skip to content

Commit ce9b2bd

Browse files
committed
chore(ci): add note about cronjob
1 parent 05693d8 commit ce9b2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_schedule_monthly_roadmap_reminder.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Monthly roadmap reminder
33
on:
44
workflow_dispatch: {}
55
schedule:
6-
- cron: '0 0 1 * *'
6+
- cron: '0 0 1 * *' # runs first day of the month
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)