Skip to content

Commit

Permalink
chore: limit to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 10, 2024
1 parent 3ef736e commit 6139a7c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs-dead-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
# Run a check at 9 AM UTC
- cron: "0 9 * * *"

# This will cancel previous runs when a branch or PR is updated
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true


jobs:
markdown-link-check:
runs-on: ubuntu-latest
Expand All @@ -14,3 +20,4 @@ jobs:
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
folder-path: ./docs

0 comments on commit 6139a7c

Please sign in to comment.