Try to make the CI run on the manually created runner

pull/19/head
Vinícius Garcia 2022-05-20 12:04:56 -03:00
parent 6caf9d7a80
commit d622e0299c
1 changed files with 1 additions and 1 deletions

View File

@ -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