Skip to content

Trigger workflows: genai data-notebooks ml-training ml-deployment das… #15

Trigger workflows: genai data-notebooks ml-training ml-deployment das…

Trigger workflows: genai data-notebooks ml-training ml-deployment das… #15

name: Deploy ML Deployment
on:
push:
branches:
- main
- test
paths:
- 'experimental/SMUS-CICD-pipeline-cli/examples/analytic-workflow/ml/deployment/**'
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/smus-bundle-deploy.yml
with:
manifest_path: 'experimental/SMUS-CICD-pipeline-cli/examples/analytic-workflow/ml/deployment/manifest.yaml'
test_target: 'test'
prod_target: 'prod'
deploy_to_prod: ${{ github.ref == 'refs/heads/main' }}