run flake update more often

This commit is contained in:
Sanjay Chacku Purakal 2024-04-27 13:59:32 +02:00 committed by GitHub
parent 7c904ab279
commit b23fab300b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: update-flake-lock
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: schedule:
- cron: '0 0 * * 6' # runs weekly on Saturday at 00:00 - cron: '0 0 * * 3,6' # runs weekly on Wednesday and Saturday at 00:00
jobs: jobs:
lockfile: lockfile: