Skip to content

Commit

Permalink
fix(tooling-ci): Do not check for specific app diffs for prod deploys (
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Oct 25, 2024
1 parent 322b9b9 commit 6e6f0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_vercel_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6e6f0ec

Please sign in to comment.