浏览代码

fix: e2e test, stop checking event

Lucas Severo Alves 4 年之前
父节点
当前提交
5ff17abe41
共有 1 个文件被更改,包括 0 次插入1 次删除
  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: