chore: disable CRT for inactive release (1.15) (#21210)

chore: disable CRT for inactive release
pull/21225/head
Michael Zalimeni 2024-05-23 13:18:11 -04:00 committed by GitHub
parent 16aafd2342
commit faeabb217d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}