diff --git a/.github/workflows/minor-version-upgrade.yml b/.github/workflows/minor-version-upgrade.yml index 8e33f3cdd1..3adc33bf2f 100644 --- a/.github/workflows/minor-version-upgrade.yml +++ b/.github/workflows/minor-version-upgrade.yml @@ -118,7 +118,7 @@ jobs: - name: Set env variables and build extensions id: build-extensions-newer - if: always() && steps.compile-new-antlr.outcome == 'success' + if: always() && steps.build-modified-postgres-newer.outcome == 'success' uses: ./.github/composite-actions/build-extensions - name: Build PostGIS Extension diff --git a/test/JDBC/parallel_query_jdbc_schedule b/test/JDBC/parallel_query_jdbc_schedule index 84997b3888..2a5f9ba88d 100644 --- a/test/JDBC/parallel_query_jdbc_schedule +++ b/test/JDBC/parallel_query_jdbc_schedule @@ -28,4 +28,6 @@ ignore#!#BABEL-3013 ignore#!#BABEL-SP_TABLE_PRIVILEGES ignore#!#ISC-Columns-vu-verify ignore#!#four-part-names-vu-verify +#TODO: BABEL-5472 +ignore#!#sp_columns_100