lhotari commented on issue #16046:
URL: https://github.com/apache/pulsar/issues/16046#issuecomment-1154748146

   In 
https://github.com/apache/pulsar/blob/master/.github/workflows/ci-documentbot.yml
   there should be config to limit the concurrency so that there's one build 
job handling events for a single PR at a time.
   
   Adding this to the yaml will accomplish that:
   ```
   concurrency:
     group: ${{ github.workflow }}-${{ github.ref }}
   ```
   docs for concurrency: 
https://docs.github.com/en/actions/using-jobs/using-concurrency
   
   


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

Reply via email to