Skip to content

chore: trigger ML workflows #31

chore: trigger ML workflows

chore: trigger ML workflows #31

name: Deploy ML Deployment
on:
push:
branches:
- amirbo_feature_branch
- main
- test
- amirb_feature_branch
paths:
- 'experimental/SMUS-CICD-pipeline-cli/examples/analytic-workflow/ml/deployment/**'
workflow_dispatch:
permissions:
id-token: write
contents: read
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' }}