Skip to content

Commit

Permalink
test: change link checker workflow trigger to run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Feb 7, 2025
1 parent 4bd3f9c commit 43014fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-edit-links.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Weekly Docs Link Checker

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

jobs:
check-links:
Expand Down

0 comments on commit 43014fa

Please sign in to comment.