From 650360e7fcc74987d664bd2b81613399f644faa9 Mon Sep 17 00:00:00 2001 From: Julien Genestoux Date: Thu, 11 Jan 2024 00:05:52 -0500 Subject: [PATCH] Revert "Revert "fast deploys"" This reverts commit c07a45937e6cdd6757f3cce4f154341475f7a89e. --- .github/workflows/production.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 235f86efd56..1c0695123d1 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -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' }}