Skip to content

Commit

Permalink
update flake.lock every three month (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightpp authored Dec 5, 2023
1 parent bb71968 commit 31b682c
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: # allows manual triggering
schedule:
- cron: '0 0 1 * *' # runs weekly on Sunday at 00:00
- cron: '0 0 1 */3 *' # runs every three month

jobs:
lockfile:
Expand Down

0 comments on commit 31b682c

Please sign in to comment.