You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/11/07 22:15:41 UTC

[iceberg] branch master updated: Build: Add Python legacy CI to cancel duplicate action (#3442)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2219876  Build: Add Python legacy CI to cancel duplicate action (#3442)
2219876 is described below

commit 221987673a5332bc4897f64221d0749899485531
Author: Kyle Bendickson <98...@users.noreply.github.com>
AuthorDate: Sun Nov 7 14:15:35 2021 -0800

    Build: Add Python legacy CI to cancel duplicate action (#3442)
---
 .github/workflows/cancel-duplicate-workflow-runs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cancel-duplicate-workflow-runs.yml b/.github/workflows/cancel-duplicate-workflow-runs.yml
index bcc3b1d..5e1a4e8 100644
--- a/.github/workflows/cancel-duplicate-workflow-runs.yml
+++ b/.github/workflows/cancel-duplicate-workflow-runs.yml
@@ -25,6 +25,7 @@ on:
       - 'Hive CI'
       - 'Java CI'
       - 'Python CI'
+      - 'Python Legacy CI'
       - 'Spark CI'
     types: ['requested']