mirror of https://github.com/VinGarcia/ksql.git
Try to make the CI run on the manually created runner
parent
6caf9d7a80
commit
d622e0299c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue