We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6678e commit facf06eCopy full SHA for facf06e
.github/workflows/create-newsletter.yaml
@@ -1,8 +1,8 @@
1
name: Create Newsletter
2
on:
3
schedule:
4
- # Run on the 5th of every month at 12pm
5
- - cron: "0 12 5 * *"
+ # Run on the 3rd of every month at 9 am
+ - cron: "0 9 3 * *"
6
workflow_dispatch:
7
inputs: {}
8
permissions:
0 commit comments