Skip to content

Commit

Permalink
ci: run flake update earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
konradmalik committed Jun 5, 2024
1 parent 6465fe4 commit bffec6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: "0 6 * * 6" # 6:00 on Saturday
- cron: "0 1 * * 6" # 1:00 on Saturday

jobs:
lockfile:
Expand Down

0 comments on commit bffec6c

Please sign in to comment.