mirror of https://github.com/hashicorp/consul
chore: disable CRT for inactive release (1.15) (#21210)
chore: disable CRT for inactive releasepull/21225/head
parent
16aafd2342
commit
faeabb217d
|
@ -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…
Reference in New Issue