Skip to content

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #342

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #342

name: KFP Manifests
on:
push:
branches:
- master
- main
- stable
- 'rhoai-*'
pull_request:
paths:
- '.github/workflows/kubeflow-pipelines-manifests.yml'
- 'manifests/kustomize/**'
- '!**/*.md'
- '!**/OWNERS'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
kubeflow-pipelines-manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Run tests
run: ./manifests/kustomize/hack/presubmit.sh