Skip to content

Commit

Permalink
Merge pull request #20 from mweinelt/update_flake_lock_action
Browse files Browse the repository at this point in the history
flake.lock: Update
  • Loading branch information
mweinelt authored Jun 21, 2024
2 parents 8476cdc + bddfaf4 commit 753f312
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 17 * * 5' # Fridays at 17:00
- cron: '0 17 1 * *' # First day of the month at 17:00

jobs:
lockfile:
Expand Down

0 comments on commit 753f312

Please sign in to comment.