From b4f357cb0399519f520df4fc968315d5735367da Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 25 Oct 2023 20:01:28 -0400 Subject: [PATCH] GHA: Adjust task labels for eclipse distro RC builds --- .github/workflows/release-eclipse-distro-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-eclipse-distro-build.yml b/.github/workflows/release-eclipse-distro-build.yml index dae99fcdc..3ede06561 100644 --- a/.github/workflows/release-eclipse-distro-build.yml +++ b/.github/workflows/release-eclipse-distro-build.yml @@ -14,7 +14,7 @@ on: jobs: - e427-distro: + e428-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: eclipse_profile: 'e428' @@ -23,7 +23,7 @@ jobs: sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} secrets: inherit - e428-distro: + e429-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: eclipse_profile: 'e429' @@ -32,7 +32,7 @@ jobs: sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} secrets: inherit - e429-distro: + e430-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: eclipse_profile: 'e430'