Skip to content

feat: replace traefik with istio-ingress for public ingress #1484

feat: replace traefik with istio-ingress for public ingress

feat: replace traefik with istio-ingress for public ingress #1484

name: On Pull Request
# On pull_request, we:
# * always run lint checks
# * always run tests
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install dependencies
run: python3 -m pip install tox
- name: Run linters
run: tox -e lint
tests:
name: Run Tests
needs:
- lint
uses: ./.github/workflows/tests.yaml