Ver a proveniência

Revert "Only trigger PR validation when it's open"

This reverts commit 03d96f8adf.
pull/1260/head
Yann Bertrand há 4 anos
ascendente
cometimento
3446aaf75d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: F87B5B748AB00DAE
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Ver ficheiro

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

Carregando…
Cancelar
Guardar