Procházet zdrojové kódy

Only trigger PR validation when it's open

pull/1254/head
Yann Bertrand před 4 roky
committed by GitHub
rodič
revize
03d96f8adf
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit