浏览代码
Revert "Only trigger PR validation when it's open"
This reverts commit 03d96f8adf
.
pull/1260/head
Yann Bertrand
4 年前
找不到此签名对应的密钥
GPG 密钥 ID: F87B5B748AB00DAE
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
.github/workflows/test.yml
|
|
@@ -20,4 +20,4 @@ jobs: |
|
|
|
|
|
|
|
- name: Validate pull request changes |
|
|
|
run: build/github-pull.sh ${{ github.repository }} ${{ github.event.pull_request.number }} ${FORMAT_FILE} |
|
|
|
if: github.event_name == 'pull_request' && github.event.action != 'closed' |
|
|
|
if: github.event_name == 'pull_request' |