Skip to content

Commit

Permalink
update crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
kujian committed Oct 23, 2023
1 parent fea5e4c commit 2c62a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blog-post-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Latest blog post workflow
on:
schedule: # Run workflow automatically
- cron: '* 12 * * *' # Runs every hour, on the hour
- cron: '40 12 * * *' # Runs every hour, on the hour
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the GitHub Actions Workflow page directly
permissions:
contents: write # To write the generated contents to the readme
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gh-activity.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update README
on:
schedule:
- cron: "* 12 * * *"
- cron: "30 12 * * *"
workflow_dispatch:
jobs:
build:
Expand Down

0 comments on commit 2c62a55

Please sign in to comment.