Only run distro builds on the success of ls extensions build

This commit is contained in:
aboyko
2023-07-07 13:58:21 -04:00
parent edea95f408
commit 340e9a5c4f
3 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ on:
jobs:
e427-distro:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e427'

View File

@@ -11,6 +11,7 @@ on:
jobs:
e428-distro:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e428'

View File

@@ -5,6 +5,7 @@ on:
jobs:
e429-distro:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/eclipse-distro-build.yml
with:
eclipse_profile: 'e429'