This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new bd2891db827 Update run_rc_validation_python_mobile_gaming.yml (#34620)
bd2891db827 is described below
commit bd2891db8277bba6bc0580f6cf0ad784f01420c2
Author: liferoad <[email protected]>
AuthorDate: Mon Apr 14 10:28:20 2025 -0400
Update run_rc_validation_python_mobile_gaming.yml (#34620)
---
.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: