Fix syntax in the yaml
This commit is contained in:
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
eclipse-language-servers-build:
|
||||
e428-distro:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
|
||||
@@ -18,8 +18,7 @@ jobs:
|
||||
# sparse-checkout: |
|
||||
# .github
|
||||
# - name: Eclipse 4.28 Distro Build
|
||||
e428-distro:
|
||||
uses: ./.github/workflows/eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e428'
|
||||
build_type: 'snapshot'
|
||||
uses: ./.github/workflows/eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e428'
|
||||
build_type: 'snapshot'
|
||||
Reference in New Issue
Block a user