Skip to content

Commit

Permalink
run gh actions every five mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Kameshwaran committed Oct 6, 2024
1 parent 6718fe0 commit 9b63c40
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 Markdown Files
on:
workflow_dispatch: # Allows manual/API triggering
schedule:
- cron: '0 0 * * *' # Runs daily at midnight (you can adjust this)
- cron: '*/5 * * * *' # Runs daily at midnight (you can adjust this)

jobs:
update-markdown:
Expand Down

0 comments on commit 9b63c40

Please sign in to comment.