Skip to content

Commit 289c925

Browse files
authored
Update check_links.yml
1 parent 814ed92 commit 289c925

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/workflows/check_links.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
name: Check Markdown links
22

3-
on:
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
logLevel:
7+
description: 'Log level'
8+
required: true
9+
default: 'warning'
10+
tags:
11+
description: 'Test scenario tags'
412
push:
513
branches:
614
- master
7-
paths:
8-
- '**.md'
9-
pull_request:
10-
paths:
11-
- '**.md'
15+
- dev
16+
pull_request:
17+
schedule:
18+
# run CI at 09:00, on day 1 of the month even if no PRs/merges occur
19+
- cron: '0 9 1 * *'
1220

1321
jobs:
1422
markdown-link-check:

0 commit comments

Comments
 (0)