chore: run `flake.lock` maintenance earlier

This commit is contained in:
Harsh Shandilya 2023-11-26 11:06:57 +05:30
parent 52869dcea1
commit e1a6dec6e3
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 6 * * 0'
- cron: '0 0 * * 0'
permissions:
contents: write