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:
|
||||
- cron: '0 2 * * 0'
|
||||
# “At 02:00 Sunday."
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
|
|
@ -5,6 +5,8 @@ on:
|
|||
schedule:
|
||||
- cron: '0 2 * * 1'
|
||||
# “At 02:00 Monday"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
||||
jobs:
|
||||
deploy-rs:
|
||||
|
|
Loading…
Reference in a new issue