This is an automated email from the ASF dual-hosted git repository. damondouglas pushed a commit to branch fix-java-sdk-distroless-snapshots in repository https://gitbox.apache.org/repos/asf/beam.git
commit cb31df99cd8d73a0d89555392571e4cfaced0393 Author: Damon Douglas <[email protected]> AuthorDate: Tue Jan 21 11:34:02 2025 -0800 Revert workflow changes --- .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml index 668c471c158..d17a6c0666b 100644 --- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml +++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml @@ -108,7 +108,7 @@ jobs: with: java-version: 11 - name: Setup Python environment - if: ${{ startsWith(matrix.container_task, 'python') && !startsWith(matrix.container_task, 'java:container:distroless') }} + if: ${{ startsWith(matrix.container_task, 'python') }} uses: ./.github/actions/setup-environment-action with: python-version: default
