diff --git a/.github/workflows/lth.yml b/.github/workflows/lth.yml deleted file mode 100644 index 6ee3ec6..0000000 --- a/.github/workflows/lth.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Liquibase Test Harness - -on: - pull_request_target: - types: - - opened - - reopened - - synchronize - -jobs: - authorize: - environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'external' || 'internal' }} - runs-on: ubuntu-latest - steps: - - run: true - - liquibase-test-harness: - needs: authorize - uses: liquibase/build-logic/.github/workflows/lth-docker.yml@v0.5.7 - secrets: inherit \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1d9df22..90e6e36 100644 --- a/pom.xml +++ b/pom.xml @@ -44,5 +44,4 @@ -