Skip to content

Commit

Permalink
chore: reduce update check frequency (#13)
Browse files Browse the repository at this point in the history
* chore: reduce update check frequency

* Add manual dispatch option for cruft update

Co-authored-by: Hampus Näsström <[email protected]>

---------

Co-authored-by: Hampus Näsström <[email protected]>
  • Loading branch information
blueraft and hampusnasstrom authored May 17, 2024
1 parent 5960c08 commit 9fd9081
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ permissions:
pull-requests: write
on:
schedule:
- cron: "0 14 * * *" # Every day at 2pm (UTC time)
- cron: "0 14 * * 1" # Every Monday at 2pm (UTC time)
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9fd9081

Please sign in to comment.