We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05693d8 commit ce9b2bdCopy full SHA for ce9b2bd
.github/workflows/on_schedule_monthly_roadmap_reminder.yml
@@ -3,7 +3,7 @@ name: Monthly roadmap reminder
3
on:
4
workflow_dispatch: {}
5
schedule:
6
- - cron: '0 0 1 * *'
+ - cron: '0 0 1 * *' # runs first day of the month
7
8
permissions:
9
contents: read
0 commit comments