Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DN6 committed Mar 4, 2024
1 parent 23a7d66 commit 31a6c63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Links
name: Check for Broken Links

on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: "00 18 * * *"
- cron: "0 0 * * *"

jobs:
linkChecker:
check_for_broken_links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 31a6c63

Please sign in to comment.