Skip to content

Commit

Permalink
Trigger Istio CNI github action on PR
Browse files Browse the repository at this point in the history
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) <[email protected]>
  • Loading branch information
tzstoyanov committed Aug 14, 2023
1 parent 124c5cc commit f01d9e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kserve_kind_cni_test.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f01d9e7

Please sign in to comment.