TobKed commented on pull request #12233:
URL: https://github.com/apache/beam/pull/12233#issuecomment-658789647


   @aaltay thanks for merging :)
   
   Actually I was wrong with statement: "workflows are run only when they 
merged to master".
   It is possible to run workflows not merged to master e.g. in PR which 
introduces new workflow and it is triggered on 'push' event type this new 
workflow will run.
   
   > My specific question, is it possible to trigger workflow similar to PR 
workflows if changes touch the workflow files?
   
   It is possible to include `'.github/workflows/**'` in `paths`: 
   
https://github.com/apache/beam/blob/master/.github/workflows/build_wheels.yml#L30
   Then any change in this dir in PR will trigger `Build python wheels` 
workflow run.
   Do you think I should create PR with this change?
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to