Skip to content

Commit

Permalink
ci: only update flake.lock once per week
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva committed Nov 1, 2024
1 parent 5e551e1 commit 5c05ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Update flake.lock ❄️"
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * *"
- cron: "0 9 * * 1"
jobs:
update-flake-lock:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c05ccc

Please sign in to comment.