diff --git a/.github/workflows/link-checker-pr.yml b/.github/workflows/link-checker-pr.yml index 4323367ec0..fcd26d6670 100644 --- a/.github/workflows/link-checker-pr.yml +++ b/.github/workflows/link-checker-pr.yml @@ -6,6 +6,10 @@ on: pull_request: types: [opened, edited, synchronize] +on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: build: name: "Build and Check Links"