From 0ce76ee53b5c81b8f399c02d9945680e53a47a08 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 11 Jan 2020 19:13:51 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 31f6dc47..69f2c4b3 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: TARGET_FOLDER: montezuma integration-checkout-v2: - needs: checkout-v1 + needs: integration-checkout-v1 runs-on: ubuntu-latest steps: - name: Checkout @@ -43,7 +43,7 @@ jobs: TARGET_FOLDER: montezuma2 integration-clean: - needs: [checkout-v1, checkout-v2] + needs: [integration-checkout-v1, integration-checkout-v2] runs-on: ubuntu-latest steps: - name: Checkout