Skip to content

Commit

Permalink
fast deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Aug 2, 2023
1 parent c86ad64 commit 2e73759
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:

jobs:
run-all-tests:
uses: ./.github/workflows/_tests.yml
runs-on: ubuntu-latest
steps:
- name: echo hello world
run: echo "hello world"

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-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' }}
Expand Down

0 comments on commit 2e73759

Please sign in to comment.