You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/24 13:58:48 UTC

[GitHub] [pulsar] nodece commented on a diff in pull request #17253: [fix][ci] Fix docbot always cancelled

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org