Skip to content

Commit

Permalink
Update beam_PreCommit_PythonDocker.yml to allow manual triggering (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Nov 9, 2023
1 parent 6bf871f commit 5284773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/beam_PreCommit_PythonDocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
python_version: ['3.8','3.9','3.10','3.11']
if: |
github.event_name == 'push' ||
github.event_name == 'pull_request_target' ||
github.event_name == 'pull_request_target' ||
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam') ||
startsWith(github.event.comment.body, 'Run PythonDocker PreCommit')
steps:
Expand Down Expand Up @@ -101,4 +102,4 @@ jobs:
gradle-command: :sdks:python:container:py${{steps.set_py_ver_clean.outputs.py_ver_clean}}:docker
arguments: |
-Pposargs=apache_beam/dataframe/ \
-PpythonVersion=${{ matrix.python_version }}
-PpythonVersion=${{ matrix.python_version }}

0 comments on commit 5284773

Please sign in to comment.