lhotari commented on a change in pull request #9357:
URL: https://github.com/apache/pulsar/pull/9357#discussion_r566096286
##########
File path: .github/workflows/ci-build-macos.yaml
##########
@@ -39,6 +39,13 @@ jobs:
timeout-minutes: 120
steps:
+ - name: cancle previours runs
+ uses:
apache/airflow-cancel-workflow-runs@953e057dc81d3458935a18d1184c386b0f6b5738
+ with:
+ cancelMode: allDuplicates
Review comment:
some clarification: `allDuplicates` means "Cancels duplicate runs from
all running workflows.". I don't think this makes sense for per-workflow
cancellation. the default cancelMode `duplicates` means "Cancels duplicate runs
from the same repo/branch as current run."
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]