We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5932587 commit a9c8691Copy full SHA for a9c8691
1 file changed
.github/workflows/python_dependency_tests.yml
@@ -7,7 +7,7 @@ on:
7
branches: ['master', 'release-*']
8
tags: 'v*'
9
# 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']
+ paths: ['sdks/python/setup.py', 'sdks/python/pyproject.toml', 'sdks/python/container/base_image_requirements_manual.txt', 'release/trigger_all_tests.json]
11
12
# This allows a subsequently queued workflow run to interrupt previous runs
13
concurrency:
0 commit comments