GHA: build on every push. Remove unnecessary files

This commit is contained in:
aboyko
2023-07-20 02:25:14 -04:00
parent d8ead7aa62
commit 80a88b16af
17 changed files with 11 additions and 270 deletions

View File

@@ -1,12 +1,12 @@
name: Eclipse LS Extensions Snapshot Build
# configure manual trigger
on:
workflow_dispatch:
#on:
# push:
# branches:
# - 'main'
# workflow_dispatch:
on:
push:
branches:
- 'main'
jobs:

View File

@@ -12,11 +12,11 @@ on:
types: [completed]
branches:
- "main"
workflow_dispatch:
# workflow_dispatch:
jobs:
e427-distro:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e427'

View File

@@ -12,11 +12,11 @@ on:
types: [completed]
branches:
- "main"
workflow_dispatch:
# workflow_dispatch:
jobs:
e428-distro:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e428'

View File

@@ -10,11 +10,11 @@ on:
types: [completed]
branches:
- "main"
workflow_dispatch:
# workflow_dispatch:
jobs:
e429-distro:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e429'