mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
add dependency for workflow files
This commit is contained in:
parent
a44fe33998
commit
ddf3ad3b40
1 changed files with 4 additions and 0 deletions
4
.github/workflows/Deploy.yml
vendored
4
.github/workflows/Deploy.yml
vendored
|
|
@ -3,6 +3,10 @@ name: Sap Change Model Deploy
|
|||
on:
|
||||
push:
|
||||
branches: [ sap-dev, sap-prod ]
|
||||
workflow_run:
|
||||
workflows: [MLPipelinePostMerge]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue