Skip to content

Commit

Permalink
Change update flake lock action schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianfral committed Jan 22, 2024
1 parent 1d019da commit 2def488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 15 1 * *'
# At 18:00 on day-of-month 1
- cron: '0 18 1 * *'

jobs:
lockfile:
Expand Down

0 comments on commit 2def488

Please sign in to comment.