Try to use re-usable workflow to build eclipse distros

This commit is contained in:
aboyko
2023-07-06 12:41:53 -04:00
parent 466a0eb50b
commit 91163b0c2b
2 changed files with 20 additions and 39 deletions

View File

@@ -0,0 +1,20 @@
name: Current Eclipse STS4 Distribution
# configure manual trigger
on:
workflow_dispatch:
#on:
# push:
# branches:
# - 'main'
jobs:
eclipse-language-servers-build:
runs-on: macos-latest
steps:
- name: Eclipse 4.28 Distro Build
uses: ./eclipse-distro-build.yml
with:
eclipse_profile: 'e428'
build_type: 'snapshot'