Sfoglia il codice sorgente

Only trigger PR validation when it's open

pull/1254/head
Yann Bertrand 4 anni fa
committed by GitHub
parent
commit
03d96f8adf
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Vedi File

@@ -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'

Caricamento…
Annulla
Salva