Просмотр исходного кода

fix: e2e, leave only event check

Lucas Severo Alves 4 лет назад
Родитель
Сommit
44d9da6a71
1 измененных файлов с 1 добавлено и 2 удалено
  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