workflow updates

This commit is contained in:
Callum Leslie 2024-09-11 09:58:18 +01:00
parent 49da33a9d3
commit c8bc7c67bb
Signed by: cleslie
GPG key ID: D382C4AFEECEAA90
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
on: on:
workflow_dispatch:
pull_request: pull_request:
push: push:
branches: branches:

View file

@ -2,7 +2,7 @@ name: Update flake inputs
on: on:
schedule: schedule:
# Every day, 5am # Every day, 5am
- cron: "0 5 * * *" - cron: "0 5 * * 6"
workflow_dispatch: workflow_dispatch:
jobs: jobs: