Skip to content

Commit

Permalink
Change the trigger for the Istio CNI github action
Browse files Browse the repository at this point in the history
Trigger the test on every PR which changes istio-cni code only.

Signed-off-by: Tzvetomir Stoyanov (VMware) <[email protected]>
  • Loading branch information
tzstoyanov committed Aug 17, 2023
1 parent 59f3688 commit a893541
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/kserve_kind_cni_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build & Apply KServe manifests in KinD, using istio CNI
on:
pull_request:
paths:
- contrib/kserve/**
- common/knative/**
workflow_dispatch:
- common/istio-cni-1-17/**

jobs:
build:
Expand Down

0 comments on commit a893541

Please sign in to comment.