Skip to content

Commit 315d68a

Browse files
authored
Cancel duplicate docbot workflows (#16368)
1 parent ea45f2f commit 315d68a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-cancel-duplicate-workflows.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,9 @@ jobs:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
cancelMode: allDuplicates
6363
workflowFileName: pulsar-ci.yaml
64+
- name: cancel duplicate ci-documentbot.yml
65+
uses: potiuk/cancel-workflow-runs@953e057dc81d3458935a18d1184c386b0f6b5738
66+
with:
67+
token: ${{ secrets.GITHUB_TOKEN }}
68+
cancelMode: allDuplicates
69+
workflowFileName: ci-documentbot.yml

0 commit comments

Comments
 (0)