Skip to content

Commit

Permalink
Fixup iceberg GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Apr 10, 2024
1 parent e26cacd commit 0b5e391
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/IO_Iceberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ env:

jobs:
IO_Iceberg:
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
name: ${{ matrix.job_name }}
strategy:
matrix:
job_name: ["IO_Iceberg"]
Expand All @@ -71,8 +71,7 @@ jobs:
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_name == 'workflow_dispatch'
runs-on: [self-hosted, ubuntu-20.04, main]
steps:
- uses: actions/checkout@v4
Expand All @@ -84,7 +83,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
Expand Down

0 comments on commit 0b5e391

Please sign in to comment.