Skip to content

Commit

Permalink
Disable link checker on develop PRs
Browse files Browse the repository at this point in the history
Runs link checker every day to keep cache warm.
  • Loading branch information
sidharthv96 committed Dec 27, 2022
1 parent 06c3579 commit 967d3bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ on:
- master
pull_request:
branches:
- develop
- master
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 8 * * 5'
- cron: '30 8 * * *'

jobs:
linkChecker:
Expand Down

0 comments on commit 967d3bb

Please sign in to comment.