From 51b4166a96b2283e963126a1e151ae7acb579162 Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Mon, 7 Feb 2022 05:18:49 -0300 Subject: [PATCH] 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. --- .github/workflows/validate_links.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate_links.yml b/.github/workflows/validate_links.yml index 4f14df1..33fef08 100644 --- a/.github/workflows/validate_links.yml +++ b/.github/workflows/validate_links.yml @@ -1,6 +1,7 @@ name: "Validate links" on: + workflow_dispatch: schedule: - cron: '0 0 * * *'