From c34323eb80f5fcfef24365f26bd8807613a33d18 Mon Sep 17 00:00:00 2001 From: Alexey Masterov Date: Wed, 4 Sep 2024 13:48:19 +0200 Subject: [PATCH] Fix the test selection --- .github/workflows/cloud-regress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}