Skip to content

Commit 211cd66

Browse files
authored
Run python_dependency_tests during release validation. (#38070)
* Update python_dependency_tests.yml * Apply suggestion from @tvalentyn
1 parent 5932587 commit 211cd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_dependency_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ['master', 'release-*']
88
tags: 'v*'
99
# paths where Beam Python's dependencies are configured.
10-
paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt']
10+
paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt', 'release/trigger_all_tests.json']
1111

1212
# This allows a subsequently queued workflow run to interrupt previous runs
1313
concurrency:

0 commit comments

Comments
 (0)