Skip to content

Commit

Permalink
Stop running linkcheck on every push - its pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Feb 23, 2024
1 parent 292d925 commit d740f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
paths:
- docs/conf.py
- .github/workflows/linkcheck.yml
push:
branches:
- main
schedule:
# Run once a week on Fridays
- cron: "0 0 * * FRI"

permissions:
contents: read
Expand Down

0 comments on commit d740f87

Please sign in to comment.