Skip to content

Sync xDS APIs with upstream #10

Sync xDS APIs with upstream

Sync xDS APIs with upstream #10

Workflow file for this run

name: Sync xDS APIs with upstream
permissions:
contents: read
on:
schedule:
# every day at 10
- cron: '0 10 * * *'
jobs:
envoy-versions:
uses: ./.github/workflows/xds-compare-versions.yml
call-update-protobuf:
permissions:
contents: write
pull-requests: write
needs: envoy-versions
if: ${{ needs.envoy-versions.outputs.should_update == 'true' }}
uses: ./.github/workflows/xds-apply-updates.yml
with:
target_version: ${{ needs.envoy-versions.outputs.target_version }}