From 7adc997413577acb419eee5d3c72e48f5df834d1 Mon Sep 17 00:00:00 2001 From: temp Date: Fri, 20 Oct 2023 14:11:58 -0400 Subject: [PATCH] no-op commit due to failed cherry-picking --- .github/scripts/verify_envoy_version.sh | 2 +- .github/workflows/verify-envoy-version.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/scripts/verify_envoy_version.sh b/.github/scripts/verify_envoy_version.sh index 91694f608606..4bcbea4cabee 100755 --- a/.github/scripts/verify_envoy_version.sh +++ b/.github/scripts/verify_envoy_version.sh @@ -18,7 +18,7 @@ if [ -z "$current_branch" ]; then fi if [[ "$SKIP_VERIFY_ENVOY_VERSION" = "true" ]]; then - echo -e "*************** VERIFY ENVOY VERSION IS DISABLED. To enable, set the environment variable SKIP_VERIFY_ENVOY_VERSION to false in .github/workflows/verify-envoy-version.yml *****************" + echo -e "*************** VERIFY ENVOY VERSION IS DISABLED. To enable, update environment variable in Github settings *****************" exit 0 fi diff --git a/.github/workflows/verify-envoy-version.yml b/.github/workflows/verify-envoy-version.yml index b6d269194739..003888eddf6e 100644 --- a/.github/workflows/verify-envoy-version.yml +++ b/.github/workflows/verify-envoy-version.yml @@ -13,10 +13,9 @@ on: branches: - main - release/** - - NET-6239 env: - SKIP_VERIFY_ENVOY_VERSION: "false" ## temporarily disabled; set to true to disable script + SKIP_VERIFY_ENVOY_VERSION: ${{ vars.SKIP_VERIFY_ENVOY_VERSION }} jobs: verify-envoy-version: