chore: disable CRT for inactive release (1.17) (#21206)

chore: disable CRT for inactive release
pull/21231/head
Michael Zalimeni 6 months ago committed by GitHub
parent ccce84fdd2
commit 679abd54df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,9 +19,13 @@ env:
jobs:
get-go-version:
# Skip build for inactive CE branches
if: ${{ endsWith(github.repository, '-enterprise') }}
uses: ./.github/workflows/reusable-get-go-version.yml
set-product-version:
# Skip build for inactive CE branches
if: ${{ endsWith(github.repository, '-enterprise') }}
runs-on: ubuntu-latest
outputs:
product-version: ${{ steps.set-product-version.outputs.product-version }}

Loading…
Cancel
Save