ci: run flake update daily instead of on push
This commit is contained in:
parent
c1f49c1fed
commit
125a094b1e
1 changed files with 2 additions and 3 deletions
5
.github/workflows/update-flake-inputs.yml
vendored
5
.github/workflows/update-flake-inputs.yml
vendored
|
|
@ -2,9 +2,8 @@ name: Update flake inputs
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
update-flake:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue