From a82e78fb3669d1d213c04c5c84a2af8c3f89fd2a Mon Sep 17 00:00:00 2001 From: James Ives Date: Fri, 5 Feb 2021 22:43:41 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7c891e5d..55460cd1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -131,7 +131,7 @@ jobs: # Deploys using an SSH key. integration-ssh-third-party-client: - needs: integration-container + needs: integration-cross-repo-push runs-on: ubuntu-latest steps: - name: Checkout @@ -160,7 +160,7 @@ jobs: # Deploys using a custom env. integration-env: - needs: integration-ssh + needs: integration-ssh-third-party-client runs-on: ubuntu-latest steps: - uses: actions/setup-node@v1.4.4 @@ -188,7 +188,7 @@ jobs: # Deploys using the CLEAN option. integration-clean: - needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-env] + needs: [integration-checkout-v1, integration-checkout-v2, integration-container, integration-ssh, integration-ssh-third-party-client, integration-env] runs-on: ubuntu-latest steps: - name: Checkout