From 03cb68715ecb59486f9bd7eb1eac87b30c3a0809 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 12 Jul 2023 23:20:17 -0400 Subject: [PATCH] Comment out successful completion of previous workflow due to multi-event trigger --- .github/workflows/snapshot-e427-eclipse-distro-build.yml | 2 +- .github/workflows/snapshot-e428-eclipse-distro-build.yml | 2 +- .github/workflows/snapshot-e429-eclipse-distro-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snapshot-e427-eclipse-distro-build.yml b/.github/workflows/snapshot-e427-eclipse-distro-build.yml index b00785c70..b2d510674 100644 --- a/.github/workflows/snapshot-e427-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e427-eclipse-distro-build.yml @@ -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' diff --git a/.github/workflows/snapshot-e428-eclipse-distro-build.yml b/.github/workflows/snapshot-e428-eclipse-distro-build.yml index dcd870b9e..96335460a 100644 --- a/.github/workflows/snapshot-e428-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e428-eclipse-distro-build.yml @@ -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' diff --git a/.github/workflows/snapshot-e429-eclipse-distro-build.yml b/.github/workflows/snapshot-e429-eclipse-distro-build.yml index 28d98b1f6..e0fe301e3 100644 --- a/.github/workflows/snapshot-e429-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e429-eclipse-distro-build.yml @@ -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'