We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d746d4 commit 530b55dCopy full SHA for 530b55d
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: Latest blog post workflow
2
on:
3
schedule: # Run workflow automatically
4
- - cron: '0 * * * *' # Runs every hour, on the hour
+ - cron: '0 12 * * *' # Runs every hour, on the hour
5
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
6
permissions:
7
contents: write # To write the generated contents to the readme
0 commit comments