Skip to content

Commit

Permalink
update cronjob to every 30 min instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tadaspetra committed Dec 6, 2024
1 parent 06b606d commit ca81995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-votes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Vote Counts

on:
schedule:
- cron: "0 */1 * * *" # Run every 6 hours
- cron: "*/30 * * *" # Run every 30 minutes
workflow_dispatch: # Allow manual triggers
# push:
# branches:
Expand Down

0 comments on commit ca81995

Please sign in to comment.