Explorar el Código

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

This reverts commit 03d96f8adf.
pull/1260/head
Yann Bertrand hace 4 años
padre
commit
3446aaf75d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: F87B5B748AB00DAE
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/test.yml

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

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

Cargando…
Cancelar
Guardar