Add workflow dispatch to all workflows

This commit is contained in:
albert 2024-11-03 08:54:09 +01:00
parent 78436b5554
commit a539bb519a
Signed by: albert
GPG key ID: 3895DD267CA11BA9
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ on:
schedule: schedule:
- cron: '0 2 * * 0' - cron: '0 2 * * 0'
# “At 02:00 Sunday." # “At 02:00 Sunday."
workflow_dispatch:
inputs:
jobs: jobs:
deploy-rs: deploy-rs:

View file

@ -5,6 +5,8 @@ on:
schedule: schedule:
- cron: '0 2 * * 1' - cron: '0 2 * * 1'
# “At 02:00 Monday" # “At 02:00 Monday"
workflow_dispatch:
inputs:
jobs: jobs:
deploy-rs: deploy-rs: