Skip to content

Commit

Permalink
chore: disabling tests when doing prod deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Feb 13, 2024
1 parent 7d13276 commit cc6a43d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,14 @@ on:
- production

jobs:
run-all-tests:
uses: ./.github/workflows/_tests.yml

deploy-all-subgraphs:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_subgraph.yml
secrets:
SUBGRAPH_DEPLOY_KEY: ${{ secrets.SUBGRAPH_DEPLOY_KEY }}

deploy-locksmith-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_heroku.yml
with:
bypass_diff_check: bypass
Expand All @@ -32,7 +27,6 @@ jobs:
# Netlify Deployments
deploy-paywall-app-production:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_netlify.yml
with:
bypass_diff_check: bypass
Expand All @@ -44,7 +38,6 @@ jobs:

deploy-wedlocks:
if: ${{ github.repository_owner == 'unlock-protocol' }}
needs: run-all-tests
uses: ./.github/workflows/_netlify.yml
with:
service: wedlocks
Expand Down

0 comments on commit cc6a43d

Please sign in to comment.