Skip to content

Commit a119fce

Browse files
committed
fix: update pull_request_target to pull_request
Updating pull_request_target to pull_request. see: https://issues.redhat.com/browse/SRVKP-7501
1 parent f0d4c89 commit a119fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kind-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Tests on Kind
33
on:
44
workflow_dispatch: # yamllint disable-line
55
push: # yamllint disable-line
6-
pull_request_target:
6+
pull_request:
77
types: [opened, synchronize, reopened]
88
jobs:
99
e2e-tests:

0 commit comments

Comments
 (0)