Skip to content

Commit 530b55d

Browse files
authored
Update main.yml
1 parent 6d746d4 commit 530b55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Latest blog post workflow
22
on:
33
schedule: # Run workflow automatically
4-
- cron: '0 * * * *' # Runs every hour, on the hour
4+
- cron: '0 12 * * *' # Runs every hour, on the hour
55
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
66
permissions:
77
contents: write # To write the generated contents to the readme

0 commit comments

Comments
 (0)