Browse Source

fix: e2e, leave only event check

Lucas Severo Alves 4 years ago
parent
commit
44d9da6a71
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:
     runs-on: ubuntu-latest
     if:
-      github.event_name == 'repository_dispatch' &&
-      github.event.client_payload.slash_command.args.named.sha != ''
+      github.event_name == 'repository_dispatch'
     steps:
 
     # Check out merge commit