From d0d8717436bdd15e12f17b300422cd1eb1eab553 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 12:45:20 -0400 Subject: [PATCH] Fix path to re-usable workflow --- .github/workflows/current-eclipse-distro-build.yml | 4 ++-- .github/workflows/eclipse-distro-build.yml | 2 +- ...ipse-ls-extensions.yml => eclipse-ls-extensions-build.yml} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{eclipse-ls-extensions.yml => eclipse-ls-extensions-build.yml} (97%) 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: