Skip to content

Commit e91bc19

Browse files
authored
ci(linkinator): add a timeout
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 5a40f2d commit e91bc19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/MarkdwonLinksCheck.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch:
1414
schedule:
1515
# Run every day at 12 AM UTC to check url.
16-
- cron: "0 11 * * *"
16+
- cron: "0 11 * * 2,4"
1717
jobs:
1818
linkinator:
1919
runs-on: ubuntu-latest
@@ -23,4 +23,5 @@ jobs:
2323
with:
2424
paths: '*.md ./CI/**/*.md, ./variants/**/*.md, ./libraries/**/*.md'
2525
verbosity: 'INFO'
26-
linksToSkip: 'www.st.com, blues.com'
26+
timeout: 2000
27+
linksToSkip: 'st.com, blues.com'

0 commit comments

Comments
 (0)