Skip to content

Commit

Permalink
Add workflow_dispatch event
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matheusfelipeog authored Feb 7, 2022
1 parent d214297 commit 51b4166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate_links.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Validate links"

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

Expand Down

0 comments on commit 51b4166

Please sign in to comment.