From 6f779c510fe87e66ef75b9214e8886d3b28ddfb7 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 10 Jul 2024 14:31:07 -0400 Subject: [PATCH] [GHA] Distro test snapshot build --- .github/workflows/eclipse-distro-test-build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/eclipse-distro-test-build.yml diff --git a/.github/workflows/eclipse-distro-test-build.yml b/.github/workflows/eclipse-distro-test-build.yml new file mode 100644 index 000000000..d9a702f84 --- /dev/null +++ b/.github/workflows/eclipse-distro-test-build.yml @@ -0,0 +1,13 @@ +name: Test - Snapshot - 4.32 Eclipse STS Distribution Build + +on: + workflow_dispatch: + +jobs: + e432-distro: + uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml + with: + eclipse_profile: 'e432' + build_type: 'snapshot' + java_version: '21' + secrets: inherit \ No newline at end of file