Skip to content

ci: Test Envoy sync in PRs #1744

ci: Test Envoy sync in PRs

ci: Test Envoy sync in PRs #1744

Workflow file for this run

name: CI Build and Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build and test
run: make docker_tests
sync:
uses: ./.github/workflows/_sync.yml
with:
sync: false