Skip to content

Commit

Permalink
Merge pull request apache#30935: Fixup iceberg GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored Apr 11, 2024
2 parents 0e7b047 + 153c7db commit 983f4e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/IO_Iceberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 983f4e8

Please sign in to comment.