Browse Source

Merge pull request #385 from external-secrets/fix/e2e-only-event

fix: e2e, leave only event check
paul-the-alien[bot] 4 years ago
parent
commit
7a505d2cd8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/e2e.yml

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

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