From d622e0299c28f205b80d4093034079baf81f63a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Fri, 20 May 2022 12:04:56 -0300 Subject: [PATCH] Try to make the CI run on the manually created runner --- .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 5bb908a..cbb1124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push jobs: tests: - runs-on: self-hosted + runs-on: [self-hosted, single] steps: - uses: actions/checkout@v2 - name: Pull Postgres