Skip to content

Commit

Permalink
run everything on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
floptical committed Aug 15, 2024
1 parent 10a5da2 commit 7eb7f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgis_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgressde_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7eb7f06

Please sign in to comment.