Skip to content

chore(ci): add CI workflow for manifest #4

chore(ci): add CI workflow for manifest

chore(ci): add CI workflow for manifest #4

Workflow file for this run

name: Chatbot Manifest CI
on:
push:
branches:
- main
paths:
- '.github/workflows/manifest-ci.yml'
- 'manifests/**'
pull_request:
types:
- opened
- synchronize
paths:
- '.github/workflows/manifest-ci.yml'
- 'manifests/**'
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
kustomize-istio:
name: Kustomize Istio
runs-on: ubuntu-latest
defaults:
run:
working-directory: manifests/overlays/istio
steps:
- uses: actions/checkout@v4
- uses: actions-hub/kubectl@v1.31.1
with:
args: kustomize
kustomize-knative:
name: Kustomize Knative
runs-on: ubuntu-latest
defaults:
run:
working-directory: manifests/overlays/knative-serving
steps:
- uses: actions/checkout@v4
- uses: actions-hub/kubectl@v1.31.1
with:
args: kustomize