chore: disable release notes GH Action (#18039)

This commit is contained in:
Shelley Vohr
2019-04-29 13:03:59 -07:00
committed by GitHub
parent 9714a91392
commit 8b79776b5e

View File

@@ -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"
}