Skip to content

Commit

Permalink
fast deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Nov 15, 2023
1 parent 4a6acc3 commit ae51d14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ 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' }}
Expand Down

0 comments on commit ae51d14

Please sign in to comment.