Skip to content

Commit

Permalink
Revert "Revert "fast deploys""
Browse files Browse the repository at this point in the history
This reverts commit c07a459.
  • Loading branch information
julien51 committed Jan 11, 2024
1 parent 4d197a2 commit 650360e
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 650360e

Please sign in to comment.