Browse Source

Merge pull request #382 from external-secrets/fix/e2e-dont-check-event

fix: e2e test, stop checking event
paul-the-alien[bot] 4 years ago
parent
commit
6c63948156
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/e2e.yml

+ 0 - 1
.github/workflows/e2e.yml

@@ -89,7 +89,6 @@ jobs:
   integration-fork:
     runs-on: ubuntu-latest
     if:
-      github.event_name != 'pull_request' &&
       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)
     steps: