We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9a63 commit 176a3f6Copy full SHA for 176a3f6
.github/workflows/regression.yml
@@ -278,7 +278,7 @@ jobs:
278
strategy:
279
fail-fast: false
280
matrix:
281
- ONLY: [replace, attach, move]
+ ONLY: [replace, move]
282
include:
283
- ONLY: attach
284
PART: 1
@@ -502,7 +502,7 @@ jobs:
502
ref: ${{ inputs.commit }}
503
- name: Set envs
504
run: |
505
- if [ "$PART" -eq 1 ]; then
+ if [ ${{ matrix.PART }} -eq 1 ]; then
506
echo ICEBERG_ONLY='"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache"' >> "$GITHUB_ENV"
507
else
508
echo ICEBERG_ONLY='"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' >> "$GITHUB_ENV"
0 commit comments