This is an automated email from the ASF dual-hosted git repository.
damondouglas pushed a commit to branch py-tests-rm-static-creds
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/py-tests-rm-static-creds by
this push:
new 9cbe9a1d233 Remove conditional from Python SDK source step
9cbe9a1d233 is described below
commit 9cbe9a1d233bd0453d959e6550d27a5ea8cae615
Author: Damon <[email protected]>
AuthorDate: Tue Dec 10 11:46:00 2024 -0800
Remove conditional from Python SDK source step
---
.github/workflows/python_tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/python_tests.yml
b/.github/workflows/python_tests.yml
index 19ad50ed79b..adcbcb64a3a 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -61,7 +61,7 @@ jobs:
if: |
needs.check_gcp_variables.outputs.gcp-variables-set == 'true' && (
(github.event_name == 'push' || github.event_name == 'schedule') ||
- (github.event_name == 'workflow_dispatch' &&
github.event.inputs.runDataflow == 'true')
+ github.event_name == 'workflow_dispatch')
)
needs:
- check_gcp_variables