Skip to content

Commit

Permalink
Merge pull request #198697 from Homebrew/autobump-cron
Browse files Browse the repository at this point in the history
workflows/autobump: adjust cron schedule
  • Loading branch information
ZhongRuoyu authored Nov 22, 2024
2 parents e1b31f2 + daf1ded commit 483cb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
description: Custom list of formulae to livecheck and bump if outdated
required: false
schedule:
# Every 3 hours with an offset of 15 minutes
- cron: "15 */3 * * *"
# Every 3 hours from 1 through 23 with an offset of 45 minutes
- cron: "45 1-23/3 * * *"

permissions:
contents: read
Expand Down

0 comments on commit 483cb26

Please sign in to comment.