This is an automated email from the ASF dual-hosted git repository.
liuyu 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 315d68a5aba Cancel duplicate docbot workflows (#16368)
315d68a5aba is described below
commit 315d68a5abac61d29a3399a8347f38f96f0604ad
Author: Max Xu <[email protected]>
AuthorDate: Tue Jul 5 09:56:52 2022 +0800
Cancel duplicate docbot workflows (#16368)
---
.github/workflows/ci-cancel-duplicate-workflows.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/ci-cancel-duplicate-workflows.yaml
b/.github/workflows/ci-cancel-duplicate-workflows.yaml
index 5ddaee46d6e..776f1b1b893 100644
--- a/.github/workflows/ci-cancel-duplicate-workflows.yaml
+++ b/.github/workflows/ci-cancel-duplicate-workflows.yaml
@@ -61,3 +61,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
cancelMode: allDuplicates
workflowFileName: pulsar-ci.yaml
+ - name: cancel duplicate ci-documentbot.yml
+ uses:
potiuk/cancel-workflow-runs@953e057dc81d3458935a18d1184c386b0f6b5738
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
+ cancelMode: allDuplicates
+ workflowFileName: ci-documentbot.yml