This is an automated email from the ASF dual-hosted git repository.

altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c56130b  [BEAM-11036] Add explanatory comment to PR if GA workflow 
gets cancelled
     new c288910  Merge pull request #13036 from 
TobKed/add-explanatory-comment-to-cancelled-ga-workflow
c56130b is described below

commit c56130b0ebb60f8f603d1f79a81f04d2defc20aa
Author: Tobiasz KÄ™dzierski <[email protected]>
AuthorDate: Wed Oct 7 15:21:40 2020 +0200

    [BEAM-11036] Add explanatory comment to PR if GA workflow gets cancelled
---
 .github/workflows/cancel.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml
index e86cb58..18ce996 100644
--- a/.github/workflows/cancel.yml
+++ b/.github/workflows/cancel.yml
@@ -34,5 +34,6 @@ jobs:
         name: "Cancel duplicate workflow runs"
         with:
           cancelMode: duplicates
+          notifyPRCancel: true
           token: ${{ secrets.GITHUB_TOKEN }}
           sourceRunId: ${{ github.event.workflow_run.id }}

Reply via email to