Skip to content

Commit

Permalink
Fix crontab - run only once every 8 hr
Browse files Browse the repository at this point in the history
  • Loading branch information
Kameshwaran committed Oct 7, 2024
1 parent db790d6 commit 92a59dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/seo-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update Blogs
on:
workflow_dispatch: # Allows manual/API triggering
schedule:
- cron: '* */8 * * *' # Runs every 8 hours
- cron: '0 */8 * * *' # Runs every 8 hours

jobs:
update-blogs:
Expand Down

0 comments on commit 92a59dd

Please sign in to comment.