Skip to content

Commit

Permalink
Change automatic update schedule to Saturday
Browse files Browse the repository at this point in the history
  • Loading branch information
George Macon committed Jul 26, 2024
1 parent b4e12c3 commit e9e7c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yaml
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 0 * * 0' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 6' # runs weekly on Saturday at 00:00

jobs:
lockfile:
Expand Down

0 comments on commit e9e7c15

Please sign in to comment.