Skip to content

Commit

Permalink
Run sync action more often
Browse files Browse the repository at this point in the history
Sync changes more frequently from Reddit to reduce max delay.
This will also reduce the chance of multiple changes happening between sync runs.
  • Loading branch information
shakuzen authored Sep 21, 2023
1 parent 5ecaa0f commit df6ad10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-from-reddit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Sync from Reddit
on:
workflow_dispatch:
schedule:
# run hourly at some arbitrary minute
- cron: 3 * * * *
# run twice per hour at arbitrary minutes, avoiding busy top of hour
- cron: 17,47 * * * *

jobs:
sync-from-reddit:
Expand Down

0 comments on commit df6ad10

Please sign in to comment.