chore: run `flake.lock` maintenance earlier

This commit is contained in:
Harsh Shandilya 2023-11-26 11:07:31 +05:30
parent 665e6da675
commit 1bbc428b49
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * 0'
- cron: '0 1 * * 0'
permissions:
contents: write