Comment out successful completion of previous workflow due to multi-event trigger

This commit is contained in:
aboyko
2023-07-12 23:20:17 -04:00
parent 1cdde69aad
commit 03cb68715e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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