mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00: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:
1
.github/workflows/validate_links.yml
vendored
1
.github/workflows/validate_links.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: "Validate links"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user