Skip to content

Commit

Permalink
Merge pull request #449 from trilitech/workflow-dispatch
Browse files Browse the repository at this point in the history
enable manual workflow dispatch
  • Loading branch information
timothymcmackin authored Sep 12, 2024
2 parents c7546bc + 2c97ed4 commit 7846f6f
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 7846f6f

Please sign in to comment.