From cb1a55d321d03eec6aa4ec1fcb563d1733d0449f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Fri, 20 May 2022 12:14:56 -0300 Subject: [PATCH] Try to force the runner to run on the manually created runner again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2a234b..5bb908a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push jobs: tests: - runs-on: single + runs-on: self-hosted steps: - uses: actions/checkout@v2 - name: Pull Postgres