Skip to content

Commit

Permalink
Should run weekly now
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 20, 2024
1 parent 7124629 commit 0115404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.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 0 * * *' # runs weekly on Sunday at 00:00
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
push:
paths:
- 'flake.nix'
Expand Down

0 comments on commit 0115404

Please sign in to comment.