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

pabloem 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 3b12ce0  [BEAM-11569] Fixing cancel workflows
     new 26c2466  Merge pull request #13679 from [BEAM-11569] Fixing cancel 
workflows
3b12ce0 is described below

commit 3b12ce0fc81574b1cbe06353541ff132488efa7a
Author: Pablo Estrada <[email protected]>
AuthorDate: Wed Jan 6 14:13:05 2021 -0800

    [BEAM-11569] Fixing cancel workflows
---
 .github/workflows/cancel.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml
index 18ce996..a20d36e 100644
--- a/.github/workflows/cancel.yml
+++ b/.github/workflows/cancel.yml
@@ -30,7 +30,7 @@ jobs:
     name: "Cancel duplicate workflow runs"
     runs-on: ubuntu-latest
     steps:
-      - uses: 
potiuk/cancel-workflow-runs@e9e87cb7738dbb999654aa90d69359d62c9e4eae #v3
+      - uses: 
apache/airflow-cancel-workflow-runs@953e057dc81d3458935a18d1184c386b0f6b5738
         name: "Cancel duplicate workflow runs"
         with:
           cancelMode: duplicates

Reply via email to