aIbrahiim commented on code in PR #38199:
URL: https://github.com/apache/beam/pull/38199#discussion_r3089019901
##########
.github/workflows/beam_PreCommit_PythonDocker.yml:
##########
@@ -73,30 +73,36 @@ jobs:
startsWith(github.event.comment.body, 'Run PythonDocker PreCommit')
steps:
- uses: actions/checkout@v4
+ if: ${{ github.event_name != 'issue_comment' ||
github.event.comment.body == format('{0} {1}', matrix.job_phrase,
matrix.python_version) }}
Review Comment:
Ahh okay got it, I will remove issue_comment handling from
beam_PreCommit_PythonDocker.yml and keep trigger-file/PR-path flow only
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]