Skip to content

Commit facf06e

Browse files
committed
Merge release and start of next newsletter dates
1 parent 5c6678e commit facf06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/create-newsletter.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Create Newsletter
22
on:
33
schedule:
4-
# Run on the 5th of every month at 12pm
5-
- cron: "0 12 5 * *"
4+
# Run on the 3rd of every month at 9 am
5+
- cron: "0 9 3 * *"
66
workflow_dispatch:
77
inputs: {}
88
permissions:

0 commit comments

Comments
 (0)