diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index 6c5e75d6..25d849ac 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -45,6 +45,8 @@ jobs: working-directory: src/test/resources/terraform steps: - uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha || github.ref }} # This action will queue the workflow if another workflow is already running - uses: ahmadnassri/action-workflow-queue@v1 diff --git a/pom.xml b/pom.xml index b32d90ed..57b8b7a2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.liquibase.ext liquibase-bigquery - 4.29.1-SNAPSHOT + 4.30.0-SNAPSHOT Liquibase Extension Google BigQuery support Add this Liquibase extension to your project to support Google BigQuery