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 2970849a987 Remove workflow_dispatch blocking input
2970849a987 is described below

commit 2970849a98771d7a2e4becc04e59abb645590ed6
Author: Damon <[email protected]>
AuthorDate: Tue Dec 10 11:33:28 2024 -0800

    Remove workflow_dispatch blocking input
---
 .github/workflows/python_tests.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.github/workflows/python_tests.yml 
b/.github/workflows/python_tests.yml
index 8ac6a2a2cf4..19ad50ed79b 100644
--- a/.github/workflows/python_tests.yml
+++ b/.github/workflows/python_tests.yml
@@ -30,10 +30,6 @@ on:
     tags: 'v*'
     paths: ['sdks/python/**', 'model/**']
   workflow_dispatch:
-    inputs:
-      runDataflow:
-        description: 'Type "true" if you want to run Dataflow tests (GCP 
variables must be configured, check CI.md)'
-        default: false
 
 # This allows a subsequently queued workflow run to interrupt previous runs
 concurrency:

Reply via email to