[GHA] Adjust e4.33 distro build

This commit is contained in:
aboyko
2024-06-13 11:14:00 -04:00
parent a0d5335b9e
commit 3c4998266d
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
e430-distro:
e431-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e431'
@@ -24,7 +24,7 @@ jobs:
java_version: '17'
secrets: inherit
e431-distro:
e432-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e432'
@@ -34,7 +34,7 @@ jobs:
java_version: '21'
secrets: inherit
e432-distro:
e433-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'

View File

@@ -14,11 +14,11 @@ on:
- "main"
jobs:
e430-distro:
e433-distro:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e433'
build_type: 'snapshot'
java_version: '17'
java_version: '21'
secrets: inherit