Skip to content

Commit

Permalink
Update cron to only run every hour so there isn't as much run overlap.
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 18, 2020
1 parent 44d4f72 commit aea3e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pubs_add_new.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run every 30 minutes
# Run every hour on the hour
on:
schedule:
- cron: "*/30 * * * *"
- cron: "0 * * * *"

jobs:
build:
Expand Down

0 comments on commit aea3e2e

Please sign in to comment.