From 221987673a5332bc4897f64221d0749899485531 Mon Sep 17 00:00:00 2001 From: Kyle Bendickson <9833362+kbendick@users.noreply.github.com> Date: Sun, 7 Nov 2021 14:15:35 -0800 Subject: [PATCH] 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 bcc3b1d0a2a4..5e1a4e8a30bf 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']