Skip to content

Commit 176a3f6

Browse files
committed
fixes
1 parent 56a9a63 commit 176a3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278
strategy:
279279
fail-fast: false
280280
matrix:
281-
ONLY: [replace, attach, move]
281+
ONLY: [replace, move]
282282
include:
283283
- ONLY: attach
284284
PART: 1
@@ -502,7 +502,7 @@ jobs:
502502
ref: ${{ inputs.commit }}
503503
- name: Set envs
504504
run: |
505-
if [ "$PART" -eq 1 ]; then
505+
if [ ${{ matrix.PART }} -eq 1 ]; then
506506
echo ICEBERG_ONLY='"/iceberg/iceberg engine/rest catalog/*" "/iceberg/s3 table function/*" "/iceberg/icebergS3 table function/*" "/iceberg/iceberg cache"' >> "$GITHUB_ENV"
507507
else
508508
echo ICEBERG_ONLY='"/iceberg/iceberg engine/glue catalog/*" "/iceberg/iceberg table engine/*"' >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)