Browse Source

enable verify envoy script (#19303)

ui/NET-5414
Anita Akaeze 1 year ago committed by GitHub
parent
commit
6ffcf28df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/verify-envoy-version.yml

2
.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:

Loading…
Cancel
Save