Add workflow_dispatch to flake-lock-update

This commit is contained in:
Vili Sinervä 2025-06-12 11:18:16 +03:00
parent 534e7af197
commit 1ef82de5fd
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -1,6 +1,7 @@
on: on:
schedule: schedule:
- cron: '0 21 * * *' - cron: '0 21 * * *'
workflow_dispatch:
jobs: jobs:
flake-lock-update: flake-lock-update:
runs-on: nixos-latest runs-on: nixos-latest