Skip to content

Commit 8e66325

Browse files
authored
Update auto-blog-generator.yml
1 parent d0daaa1 commit 8e66325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-blog-generator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Auto Generate Daily Blog
22

33
on:
4-
schedule:
4+
# schedule:
55
# Runs every day at 9:00 AM UTC (adjust as needed)
6-
- cron: "0 9 * * *"
6+
# - cron: "0 9 * * *"
77
workflow_dispatch: # Allows manual trigger
88

99
jobs:

0 commit comments

Comments
 (0)