diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4aa142..6310a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: exit 1 fi docker-tests: - runs-on: ubuntu-latest + runs-on: [self-hosted] timeout-minutes: 5 steps: - name: Checkout Code