ソースを参照

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'

読み込み中…
キャンセル
保存