Browse Source

chore: disable release notes GH Action (#18039)

Shelley Vohr 6 years ago
parent
commit
8b79776b5e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/main.workflow

+ 2 - 1
.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"
 }