mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
ci(update-flake-lock): only run once a week
This commit is contained in:
parent
70bf4f88db
commit
830067a9e2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/lock.yml
vendored
3
.github/workflows/lock.yml
vendored
|
@ -2,7 +2,8 @@ name: update-flake-lock
|
|||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: "0 0 * * *" # runs daily at 00:00
|
||||
# Runs weekly at 00:00 UTC on Sunday
|
||||
- cron: "0 0 * * 0"
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue