Skip to content

Commit

Permalink
Moved normal PG tests back to hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Jul 20, 2023
1 parent a1b7000 commit adfba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pg_version: [13, 14, 15]

name: Tests (Unit / PG) - PG ${{ matrix.pg_version }}
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down

0 comments on commit adfba62

Please sign in to comment.