Browse Source

Merge pull request #383 from external-secrets/fix/e2e-keep-event-check

fix: e2e tests, keep event check, remove contains
paul-the-alien[bot] 4 years ago
parent
commit
124b735782
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/e2e.yml

+ 2 - 2
.github/workflows/e2e.yml

@@ -89,8 +89,8 @@ jobs:
   integration-fork:
     runs-on: ubuntu-latest
     if:
-      github.event.client_payload.slash_command.args.named.sha != '' &&
-      contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.args.named.sha)
+      github.event_name = 'repository_dispatch' &&
+      github.event.client_payload.slash_command.args.named.sha != ''
     steps:
 
     # Check out merge commit