From 35efe8d8437105204558ff59803c0cc0bb1e6667 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 26 Jan 2021 14:41:34 -0600 Subject: [PATCH] Remove branches filter from actions cancel workflow (#21564) --- .github/workflows/cancel.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml index eae45fd973404..ce58d11cab7c9 100644 --- a/.github/workflows/cancel.yml +++ b/.github/workflows/cancel.yml @@ -1,11 +1,6 @@ name: Cancel on: pull_request_target: - branches: - # don't run cancel job for branches named canary until - # it no longer cancels the main canary branches jobs - - '**' - - '!canary' types: - edited - synchronize