From 0da6403c3193d32fa1dd5f074e5876f2e03b66c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mayra=20Pe=C3=B1a?= Date: Mon, 11 Nov 2024 10:42:00 -0800 Subject: [PATCH] Testing --- .github/workflows/push-to-main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push-to-main.yml b/.github/workflows/push-to-main.yml index c552577..f378702 100644 --- a/.github/workflows/push-to-main.yml +++ b/.github/workflows/push-to-main.yml @@ -64,6 +64,7 @@ jobs: # This is used by datacoves to drop the staging database for blue/green # deployments, most likely you don't want to set this, we use it for demos DATACOVES__DROP_DB_ON_FAIL: ${{ vars.DATACOVES__DROP_DB_ON_FAIL }} + MANIFEST_FOUND: ${{ steps.prod_manifest.outputs.manifest_found }} steps: - name: Checkout branch @@ -80,8 +81,6 @@ jobs: - name: Get prod manifest id: prod-manifest - env: - GITHUB_OUTPUT: ${{ env.GITHUB_OUTPUT }} run: "../automate/dbt/get_artifacts.sh" - name: Debug output