We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0daaa1 commit 8e66325Copy full SHA for 8e66325
.github/workflows/auto-blog-generator.yml
@@ -1,9 +1,9 @@
1
name: Auto Generate Daily Blog
2
3
on:
4
- schedule:
+ # schedule:
5
# Runs every day at 9:00 AM UTC (adjust as needed)
6
- - cron: "0 9 * * *"
+ # - cron: "0 9 * * *"
7
workflow_dispatch: # Allows manual trigger
8
9
jobs:
0 commit comments