update GH builds for newly created e4.31 and removed e4.28 build targets

This commit is contained in:
Martin Lippert
2023-12-11 16:55:20 +01:00
parent 824e6e4efa
commit dc0477c489
8 changed files with 22 additions and 45 deletions

View File

@@ -14,15 +14,6 @@ on:
jobs:
e428-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e428'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit
e429-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
@@ -40,3 +31,13 @@ jobs:
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit
e431-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e431'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
secrets: inherit