allow the update to be run manually

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-15 19:43:00 +01:00
parent 034a6f7046
commit 43212229aa
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -2,6 +2,7 @@ name: Update flake
on: on:
schedule: schedule:
- cron: "35 * * * *" - cron: "35 * * * *"
workflow_dispatch: {}
jobs: jobs:
update-flake: update-flake:
name: Update flake name: Update flake