Comment out successful completion of previous workflow due to multi-event trigger
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user