From af0a4dc0ca37406549025cceb2a2681638c80935 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 12 Mar 2020 09:02:09 -0700 Subject: [PATCH] Don't define two `on:` sections in CI --- .github/workflows/subscribe-to-label.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/subscribe-to-label.yml b/.github/workflows/subscribe-to-label.yml index 59617317df..4944047d78 100644 --- a/.github/workflows/subscribe-to-label.yml +++ b/.github/workflows/subscribe-to-label.yml @@ -2,7 +2,6 @@ name: "Subscribe to Label" on: issues: types: ["labeled"] -on: schedule: # Run pull request triage every 5 minutes. Ideally, this would be on # "labeled" types of pull request events, but that doesn't work if the pull