We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bfd71 commit 5f7884eCopy full SHA for 5f7884e
.github/workflows/kind-e2e-tests.yaml
@@ -14,8 +14,8 @@ jobs:
14
name: e2e tests
15
runs-on: ubuntu-latest
16
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)
+ (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') &&
+ contains(fromJson('["testchmouel", "zakisk"]'), github.event.pull_request.user.login)
19
20
strategy:
21
matrix:
0 commit comments