From 8b79776b5e165dfc34b5ce41df53f796d02ff273 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Mon, 29 Apr 2019 13:03:59 -0700 Subject: [PATCH] chore: disable release notes GH Action (#18039) --- .github/main.workflow | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 5e7864693369..f33f94bd7589 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,5 +1,6 @@ workflow "Clerk" { - on = "pull_request" + #TODO(codebytere): make this work properly on pull_request + on = "repository_dispatch" resolves = "Check release notes" }