mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
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:
4
.github/workflows/prow-action.yml
vendored
4
.github/workflows/prow-action.yml
vendored
@@ -4,10 +4,6 @@ name: "Prow github actions"
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- ready_for_review
|
||||
|
||||
jobs:
|
||||
execute:
|
||||
|
||||
Reference in New Issue
Block a user