diff --git a/.github/workflows/postgis_tests.yml b/.github/workflows/postgis_tests.yml index ce8f502..bd82174 100644 --- a/.github/workflows/postgis_tests.yml +++ b/.github/workflows/postgis_tests.yml @@ -12,7 +12,7 @@ jobs: build: name: Build and Test Geopetl against PostGIS db # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout the latest github changes diff --git a/.github/workflows/postgressde_tests.yml b/.github/workflows/postgressde_tests.yml index 32c4425..4c8fb60 100644 --- a/.github/workflows/postgressde_tests.yml +++ b/.github/workflows/postgressde_tests.yml @@ -12,7 +12,7 @@ jobs: build: name: Build and Test Geopetl against an ArcGIS SDE db # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout the latest github changes