From 153c7db71d5e1e687e07d7b94b9f50ff5a556df6 Mon Sep 17 00:00:00 2001 From: Kenneth Knowles Date: Tue, 9 Apr 2024 21:07:04 -0400 Subject: [PATCH] Fixup iceberg GitHub Action workflow --- .github/workflows/IO_Iceberg.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/IO_Iceberg.yml b/.github/workflows/IO_Iceberg.yml index abc75836322c..ecf785f42a5f 100644 --- a/.github/workflows/IO_Iceberg.yml +++ b/.github/workflows/IO_Iceberg.yml @@ -66,13 +66,14 @@ jobs: strategy: matrix: job_name: ["IO_Iceberg"] + job_phrase: ["Run IcebergIO Unit Tests"] timeout-minutes: 60 if: | github.event_name == 'push' || github.event_name == 'pull_request_target' || (github.event_name == 'schedule' && github.repository == 'apache/beam') || github.event_name == 'workflow_dispatch' || - github.event.comment.body == 'Run Java_Amqp_IO_Direct PreCommit' + github.event.comment.body == 'Run IcebergIO Unit Tests' runs-on: [self-hosted, ubuntu-20.04, main] steps: - uses: actions/checkout@v4 @@ -84,7 +85,7 @@ jobs: github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }}) - name: Setup environment uses: ./.github/actions/setup-environment-action - - name: run Amqp IO build script + - name: run IcebergIO build script uses: ./.github/actions/gradle-command-self-hosted-action with: gradle-command: :sdks:java:io:iceberg:build