Skip to content

Add Envoy proxy support #168

Add Envoy proxy support

Add Envoy proxy support #168

Workflow file for this run

name: Check merge requirements
on:
pull_request:
jobs:
check-release-version:
timeout-minutes: 5
steps:

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Checkout Repo
uses: actions/checkout@v3
run: |
SUFFIX=$(sed -E 's/postgres-version = "[0-9\.]+(.*)"/\1/g' common.vars.pkr.hcl)
if [[ -n $SUFFIX ]] ; then
echo "We no longer allow merging RC versions to develop."
exit 1
fi