Explorar el Código

Add workflow_dispatch event

This makes it possible to run the script to validate all links manually, via a button on the GitHub Actions panel. This will be useful for testing and when you need to run validation right away.
pull/3049/head
Matheus Felipe hace 2 años
committed by GitHub
padre
commit
51b4166a96
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      .github/workflows/validate_links.yml

+ 1
- 0
.github/workflows/validate_links.yml Ver fichero

@@ -1,6 +1,7 @@
name: "Validate links"

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'



Cargando…
Cancelar
Guardar