Skip to content

Commit

Permalink
enable manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Sep 12, 2024
1 parent c7546bc commit 2c97ed4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Check links

on:
workflow_dispatch:
schedule:
# Every Monday at noon UTC
- cron: "0 12 * * 1"
# Every Monday at noon UTC
- cron: "0 12 * * 1"

jobs:
check_urls:
Expand Down

0 comments on commit 2c97ed4

Please sign in to comment.