We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af6fb1 commit b4a60b2Copy full SHA for b4a60b2
.github/workflows/kind-e2e-tests.yaml
@@ -14,7 +14,7 @@ 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') &&
+ (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') &&
18
contains(fromJson('["chmouel", "zakisk"]'), github.event.pull_request.user.login)
19
strategy:
20
matrix:
0 commit comments