Skip to content

Commit 5f7884e

Browse files
committed
toremove
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
1 parent 60bfd71 commit 5f7884e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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') &&
18-
contains(fromJson('["chmouel", "zakisk"]'), github.event.pull_request.user.login)
17+
(github.event_name == 'pull_request_target' || github.event_name == 'pull_request') &&
18+
contains(fromJson('["testchmouel", "zakisk"]'), github.event.pull_request.user.login)
1919
2020
strategy:
2121
matrix:

0 commit comments

Comments
 (0)