This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new e60941b107d [fix][ci] Fix docbot always cancelled (#17253)
e60941b107d is described below
commit e60941b107dcba55bc05df2ac992bd512679d84f
Author: Zixuan Liu <[email protected]>
AuthorDate: Thu Aug 25 17:12:09 2022 +0800
[fix][ci] Fix docbot always cancelled (#17253)
Signed-off-by: Zixuan Liu <[email protected]>
---
.github/workflows/ci-documentbot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci-documentbot.yml
b/.github/workflows/ci-documentbot.yml
index 8c31223fdef..7730757decb 100644
--- a/.github/workflows/ci-documentbot.yml
+++ b/.github/workflows/ci-documentbot.yml
@@ -28,7 +28,7 @@ on:
- unlabeled
concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
cancel-in-progress: true
jobs: