This is an automated email from the ASF dual-hosted git repository. xqhu pushed a commit to branch liferoad-patch-6 in repository https://gitbox.apache.org/repos/asf/beam.git
commit e6d4ec90477019ec73961842f8b7eeb4d9f641b5 Author: liferoad <[email protected]> AuthorDate: Sun Apr 13 09:42:25 2025 -0400 Update run_rc_validation_python_mobile_gaming.yml --- .github/workflows/run_rc_validation_python_mobile_gaming.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/run_rc_validation_python_mobile_gaming.yml b/.github/workflows/run_rc_validation_python_mobile_gaming.yml index c40b2a955f0..847139b36f0 100644 --- a/.github/workflows/run_rc_validation_python_mobile_gaming.yml +++ b/.github/workflows/run_rc_validation_python_mobile_gaming.yml @@ -93,6 +93,11 @@ jobs: with: ref: ${{ env.RC_TAG }} + - name: Download validate_table.sh from master branch + run: | + curl -o ./scripts/tools/validate_table.sh https://raw.githubusercontent.com/apache/beam/master/scripts/tools/validate_table.sh + chmod +x ./scripts/tools/validate_table.sh + - name: Setup environment uses: ./.github/actions/setup-environment-action with:
