From a9c8691a052f91ee61f7a1325eddc018984a7e18 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 3 Apr 2026 12:47:15 -0700 Subject: [PATCH 1/2] Update python_dependency_tests.yml --- .github/workflows/python_dependency_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_dependency_tests.yml b/.github/workflows/python_dependency_tests.yml index 352fd8db5a04..51151169b6dd 100644 --- a/.github/workflows/python_dependency_tests.yml +++ b/.github/workflows/python_dependency_tests.yml @@ -7,7 +7,7 @@ on: branches: ['master', 'release-*'] tags: 'v*' # paths where Beam Python's dependencies are configured. - paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt'] + paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt', 'release/trigger_all_tests.json] # This allows a subsequently queued workflow run to interrupt previous runs concurrency: From 4948387771312488b4de2e8ee3e8516081d0a7c5 Mon Sep 17 00:00:00 2001 From: tvalentyn Date: Fri, 3 Apr 2026 12:59:03 -0700 Subject: [PATCH 2/2] Apply suggestion from @tvalentyn --- .github/workflows/python_dependency_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_dependency_tests.yml b/.github/workflows/python_dependency_tests.yml index 51151169b6dd..ad5d5c4629a3 100644 --- a/.github/workflows/python_dependency_tests.yml +++ b/.github/workflows/python_dependency_tests.yml @@ -7,7 +7,7 @@ on: branches: ['master', 'release-*'] tags: 'v*' # paths where Beam Python's dependencies are configured. - paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt', 'release/trigger_all_tests.json] + paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt', 'release/trigger_all_tests.json'] # This allows a subsequently queued workflow run to interrupt previous runs concurrency: