Skip to content

Commit

Permalink
chore: update link checker workflow to run weekly and allow manual tr…
Browse files Browse the repository at this point in the history
…iggers
  • Loading branch information
JeelRajodiya committed Feb 7, 2025
1 parent 21f0157 commit e75e746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-edit-links.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Weekly Docs Link Checker

on:
push:
schedule:
- cron: '0 0 * * 0' # Runs every week at midnight on Sunday
workflow_dispatch:

jobs:
check-links:
Expand Down

0 comments on commit e75e746

Please sign in to comment.