From 6e6f0ec80ba146cf6883e19a1457a0f90c6baf6e Mon Sep 17 00:00:00 2001 From: Marc Espin Date: Fri, 25 Oct 2024 12:35:15 +0200 Subject: [PATCH] fix(tooling-ci): Do not check for specific app diffs for prod deploys (#3659) --- .github/workflows/_vercel_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_vercel_deploy.yml b/.github/workflows/_vercel_deploy.yml index 2a8d9d4dcba..47f9d854598 100644 --- a/.github/workflows/_vercel_deploy.yml +++ b/.github/workflows/_vercel_deploy.yml @@ -43,7 +43,7 @@ jobs: explorer-prod: name: Vercel Explorer Production - if: inputs.isDevelop && inputs.isExplorer + if: inputs.isDevelop uses: ./.github/workflows/apps-explorer.deploy.yml secrets: inherit with: @@ -59,7 +59,7 @@ jobs: ui-kit-prod: name: Vercel UI Kit Preview - if: inputs.isDevelop && inputs.isAppsUiKit + if: inputs.isDevelop uses: ./.github/workflows/apps-ui-kit.deploy.yml secrets: inherit with: @@ -75,7 +75,7 @@ jobs: wallet-dashboard-prod: name: Vercel Wallet Dashboard Production - if: inputs.isDevelop && inputs.isWalletDashboard + if: inputs.isDevelop uses: ./.github/workflows/apps-wallet-dashboard.deploy.yml secrets: inherit with: @@ -91,7 +91,7 @@ jobs: apps-backend-prod: name: Vercel apps-backend Production - if: inputs.isDevelop && inputs.isAppsBackend + if: inputs.isDevelop uses: ./.github/workflows/apps-backend.deploy.yml secrets: inherit with: