Skip to content

Commit

Permalink
fix(crawler): reduce frequency to every other hour
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Dec 14, 2022
1 parent fe9f7ce commit 1a10250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Publish: snapshot/v1'

on:
schedule:
- cron: 0 * * * *
- cron: 0 */2 * * *
push:
branches: [ master ]

Expand Down

0 comments on commit 1a10250

Please sign in to comment.