This is an automated email from the ASF dual-hosted git repository.
derrickaw 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 9019efd790c add workflow_dispatch to other workflow files (#39491)
9019efd790c is described below
commit 9019efd790cf64ae1c92d34291b7d87a259dd520
Author: Derrick Williams <[email protected]>
AuthorDate: Wed Jul 29 11:14:18 2026 -0400
add workflow_dispatch to other workflow files (#39491)
* add workflow_dispatch to other workflow files
* removed unnecessary workflow changes
---
.github/workflows/python_dependency_tests.yml | 1 +
.github/workflows/tour_of_beam_backend_integration.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.github/workflows/python_dependency_tests.yml
b/.github/workflows/python_dependency_tests.yml
index 9d5cc346c62..3ef4dafab6c 100644
--- a/.github/workflows/python_dependency_tests.yml
+++ b/.github/workflows/python_dependency_tests.yml
@@ -1,6 +1,7 @@
name: Python Dependency Tests
on:
+ workflow_dispatch:
schedule:
- cron: '10 2 * * *'
pull_request:
diff --git a/.github/workflows/tour_of_beam_backend_integration.yml
b/.github/workflows/tour_of_beam_backend_integration.yml
index 9adfdb729c7..6c4a7db9db3 100644
--- a/.github/workflows/tour_of_beam_backend_integration.yml
+++ b/.github/workflows/tour_of_beam_backend_integration.yml
@@ -20,6 +20,7 @@
name: Tour of Beam Go integration tests
on:
+ workflow_dispatch:
push:
branches: ['master', 'release-*']
tags: 'v*'