diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index d64ab984d012..0bada43c6504 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -277,7 +277,7 @@ jobs: build_sha: ${{ inputs.build_sha }} set_commit_status: true job_name: iceberg - extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' }} + extra_args: --only ${{ matrix.PART == 1 && '"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache/*"' || '"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*" "/iceberg/export partition/*"' }} secrets: inherit LDAP: if: |