浏览代码

Only trigger PR validation when it's open

pull/1254/head
Yann Bertrand 4 年前
committed by GitHub
父节点
当前提交
03d96f8adf
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/test.yml

+ 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'
if: github.event_name == 'pull_request' && github.event.action != 'closed'

正在加载...
取消
保存