Skip to content

Revert "Reduce log spam of load shed points if not configured. (#286… #16

Revert "Reduce log spam of load shed points if not configured. (#286…

Revert "Reduce log spam of load shed points if not configured. (#286… #16

Workflow file for this run

name: 'Sync downstream'
on:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-22.04
if: |
${{
github.repository == 'envoyproxy/envoy'
&& (github.event.push
|| !contains(github.actor, '[bot]'))
}}
strategy:
fail-fast: false
matrix:
downstream:
- go-control-plane
- envoy-filter-example
- data-plane-api
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected]
with:
repository: "envoyproxy/${{ matrix.downstream }}"
ref: main
key: "${{ secrets.ENVOY_CI_SYNC_APP_KEY }}"
workflow: envoy-sync.yaml
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }}