From f01d9e77eb58b3b820a59b85e19146498119c9f4 Mon Sep 17 00:00:00 2001 From: "Tzvetomir Stoyanov (VMware)" Date: Mon, 14 Aug 2023 16:50:22 +0300 Subject: [PATCH] Trigger Istio CNI github action on PR The Istio CNI functionality is still experimental, that's why the github action is triggered manually for now. Added an automatic trigger as well - on every PR that uses ISTIO CNI code. Signed-off-by: Tzvetomir Stoyanov (VMware) --- .github/workflows/kserve_kind_cni_test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/kserve_kind_cni_test.yaml b/.github/workflows/kserve_kind_cni_test.yaml index b49c927ed3..c8d30e3b0d 100644 --- a/.github/workflows/kserve_kind_cni_test.yaml +++ b/.github/workflows/kserve_kind_cni_test.yaml @@ -1,5 +1,9 @@ name: Build & Apply KServe manifests in KinD, using istio CNI on: + pull_request: + paths: + - contrib/kserve/** + - common/knative/** workflow_dispatch: jobs: