diff --git a/.github/workflows/verify-envoy-version.yml b/.github/workflows/verify-envoy-version.yml index 64c50517f2..2e0c3a0a71 100644 --- a/.github/workflows/verify-envoy-version.yml +++ b/.github/workflows/verify-envoy-version.yml @@ -15,7 +15,7 @@ on: - release/** env: - SKIP_VERIFY_ENVOY_VERSION: "true" ## temporarily disabled; set to false to enable script + SKIP_VERIFY_ENVOY_VERSION: "false" ## temporarily disabled; set to true to disable script jobs: verify-envoy-version: