Skip to content

Commit

Permalink
Reduce update frequency
Browse files Browse the repository at this point in the history
every day is a bit much, hopefully weekly is good! and we can always trigger it manually if needed
  • Loading branch information
itsMapleLeaf committed Apr 29, 2024
1 parent d337755 commit b38cd07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Nightly - update dependencies
name: Update dependencies

on:
schedule:
- cron: '0 12 * * *'
- cron: '0 0 * * 1'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit b38cd07

Please sign in to comment.