Skip to content

Commit 6c738c5

Browse files
committed
Cleanup node for Iceberg connector
1 parent fbc2431 commit 6c738c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ jobs:
547547
timeout-minutes: 15
548548
with:
549549
cache: restore
550-
cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol' || matrix.modules == 'plugin/trino-oracle') }}
550+
cleanup-node: ${{ format('{0}', matrix.modules == 'plugin/trino-singlestore' || matrix.modules == 'plugin/trino-exasol' || matrix.modules == 'plugin/trino-oracle' || matrix.modules == 'plugin/trino-iceberg') }}
551551
java-version: ${{ matrix.jdk != '' && matrix.jdk || '25.0.1' }}
552552
- name: Maven Install
553553
run: |

0 commit comments

Comments
 (0)