Remove pull request processing from prow action (#3445)

The prow action does not support running commands except for /lgtm in
PRs.

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
Nolan Brubaker
2021-02-10 17:00:09 -05:00
committed by GitHub
parent 2a4586ba08
commit 502fb8d7be

View File

@@ -4,10 +4,6 @@ name: "Prow github actions"
on:
issue_comment:
types: [created]
pull_request:
types:
- opened
- ready_for_review
jobs:
execute: