Add workflow dispatch to all workflows
This commit is contained in:
parent
78436b5554
commit
a539bb519a
2 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue