mirror of
https://github.com/array-in-a-matrix/public-apis.git
synced 2025-04-02 11:11:50 -04:00
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.
This commit is contained in:
parent
d214297c53
commit
51b4166a96
1 changed files with 1 additions and 0 deletions
1
.github/workflows/validate_links.yml
vendored
1
.github/workflows/validate_links.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: "Validate links"
|
name: "Validate links"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue