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>
pull/3444/head
Nolan Brubaker 2021-02-10 17:00:09 -05:00 committed by GitHub
parent 2a4586ba08
commit 502fb8d7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

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