We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a40f2d commit e91bc19Copy full SHA for e91bc19
.github/workflows/MarkdwonLinksCheck.yml
@@ -13,7 +13,7 @@ on:
13
workflow_dispatch:
14
schedule:
15
# Run every day at 12 AM UTC to check url.
16
- - cron: "0 11 * * *"
+ - cron: "0 11 * * 2,4"
17
jobs:
18
linkinator:
19
runs-on: ubuntu-latest
@@ -23,4 +23,5 @@ jobs:
23
with:
24
paths: '*.md ./CI/**/*.md, ./variants/**/*.md, ./libraries/**/*.md'
25
verbosity: 'INFO'
26
- linksToSkip: 'www.st.com, blues.com'
+ timeout: 2000
27
+ linksToSkip: 'st.com, blues.com'
0 commit comments