diff --git a/.github/workflows/cloud-regress.yml b/.github/workflows/cloud-regress.yml index 8ba446c5bd..1501f7f0c0 100644 --- a/.github/workflows/cloud-regress.yml +++ b/.github/workflows/cloud-regress.yml @@ -62,7 +62,7 @@ jobs: uses: ./.github/actions/run-python-test-set with: build_type: ${{ env.BUILD_TYPE }} - test_selection: test_cloud_regress + test_selection: cloud_regress run_in_parallel: false save_perf_report: ${{ env.SAVE_PERF_REPORT }} pg_version: ${{ env.DEFAULT_PG_VERSION }}