chore: disable release notes GH Action (#18039)
This commit is contained in:
parent
9714a91392
commit
8b79776b5e
1 changed files with 2 additions and 1 deletions
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
|
@ -1,5 +1,6 @@
|
||||||
workflow "Clerk" {
|
workflow "Clerk" {
|
||||||
on = "pull_request"
|
#TODO(codebytere): make this work properly on pull_request
|
||||||
|
on = "repository_dispatch"
|
||||||
resolves = "Check release notes"
|
resolves = "Check release notes"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue