Sfoglia il codice sorgente

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 2 anni fa
committed by GitHub
parent
commit
51b4166a96
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      .github/workflows/validate_links.yml

+ 1
- 0
.github/workflows/validate_links.yml Vedi File

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

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



Caricamento…
Annulla
Salva