mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: disable release notes GH Action (#18039)
This commit is contained in:
3
.github/main.workflow
vendored
3
.github/main.workflow
vendored
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user