Skip to content

Commit

Permalink
ci: fetch ratings more frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 10, 2024
1 parent 60d6365 commit 04cee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch_ratings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fetch ratings
on:
workflow_dispatch:
schedule:
- cron: "15 */12 * * *"
- cron: "15 */4 * * *"

permissions:
contents: write
Expand Down

0 comments on commit 04cee4d

Please sign in to comment.