nodece commented on code in PR #17253:
URL: https://github.com/apache/pulsar/pull/17253#discussion_r953840022


##########
.github/workflows/ci-documentbot.yml:
##########
@@ -28,7 +28,7 @@ on:
       - unlabeled
 
 concurrency:
-  group: ${{ github.workflow }}-${{ github.ref }}
+  group: ${{ github.workflow }}-${{ github.ref }}-${{ 
github.pull_request.number }}

Review Comment:
   Thank @maxsxu, I updated this value, using the `github.event.number` instead 
of the `github.pull_request.number`.



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