Abacn commented on code in PR #38199:
URL: https://github.com/apache/beam/pull/38199#discussion_r3088948280
##########
.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:
Do we know why this specific workflow has conflict? Adding if condition for
every step sounds a bit messy. If we cannot get issue comment right we can just
remove issue comment trigger and use trigger file approach
--
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]