Disable link checker on develop PRs

Runs link checker every day to keep cache warm.
This commit is contained in:
Sidharth Vinod
2022-12-27 10:35:07 +05:30
parent 06c357916e
commit 967d3bbb60

View File

@@ -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: