diff --git a/.github/workflows/current-eclipse-distro-build.yml b/.github/workflows/current-eclipse-distro-build.yml index 6631dd33c..352d14412 100644 --- a/.github/workflows/current-eclipse-distro-build.yml +++ b/.github/workflows/current-eclipse-distro-build.yml @@ -1,4 +1,4 @@ -name: Current Eclipse STS4 Distribution +name: Current Eclipse STS Distribution Build # configure manual trigger on: @@ -14,7 +14,7 @@ jobs: runs-on: macos-latest steps: - name: Eclipse 4.28 Distro Build - uses: ./eclipse-distro-build.yml + uses: ./.github/workflows/eclipse-distro-build.yml with: eclipse_profile: 'e428' build_type: 'snapshot' \ No newline at end of file diff --git a/.github/workflows/eclipse-distro-build.yml b/.github/workflows/eclipse-distro-build.yml index d1a12cbbd..196ec159c 100644 --- a/.github/workflows/eclipse-distro-build.yml +++ b/.github/workflows/eclipse-distro-build.yml @@ -1,4 +1,4 @@ -name: Eclipse Distro STS build +name: Eclipse Distro STS Build on: workflow_dispatch: diff --git a/.github/workflows/eclipse-ls-extensions.yml b/.github/workflows/eclipse-ls-extensions-build.yml similarity index 97% rename from .github/workflows/eclipse-ls-extensions.yml rename to .github/workflows/eclipse-ls-extensions-build.yml index 7ba58802d..7a62a5180 100644 --- a/.github/workflows/eclipse-ls-extensions.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -1,4 +1,4 @@ -name: Eclipse LS Extensions Snapshot +name: Eclipse LS Extensions Snapshot Build # configure manual trigger on: