Skip to content

Commit b4a60b2

Browse files
committed
toremove
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 6af6fb1 commit b4a60b2

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
@@ -14,7 +14,7 @@ jobs:
1414
name: e2e tests
1515
runs-on: ubuntu-latest
1616
if: >
17-
(github.event_name == 'pull_request_target' || github.event_name == 'pull_request_target') &&
17+
(github.event_name == 'pull_request_target' || github.event_name == 'pull_request') &&
1818
contains(fromJson('["chmouel", "zakisk"]'), github.event.pull_request.user.login)
1919
strategy:
2020
matrix:

0 commit comments

Comments
 (0)