File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed
Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Broken Link Checker
22
33on :
44 pull_request :
5+ paths :
6+ - ' **/*.md'
7+ - ' .github/workflows/broken-links-checker.yml'
58 workflow_dispatch :
69
710permissions :
Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' code/**'
11+ - ' !code/tests/**'
12+ - ' docker/**'
13+ - ' package.json'
14+ - ' pyproject.toml'
15+ - ' .github/workflows/build-docker-images.yml'
16+ - ' .github/workflows/build-docker.yml'
917 pull_request :
1018 branches :
1119 - main
1220 - dev
1321 - demo
22+ paths :
23+ - ' code/**'
24+ - ' !code/tests/**'
25+ - ' docker/**'
26+ - ' package.json'
27+ - ' pyproject.toml'
28+ - ' .github/workflows/build-docker-images.yml'
29+ - ' .github/workflows/build-docker.yml'
1430 types :
1531 - opened
1632 - ready_for_review
Original file line number Diff line number Diff line change 66 - main
77 - dev
88 - demo
9+ paths :
10+ - ' infra/**'
11+ - ' scripts/**'
12+ - ' azure.yaml'
13+ - ' pyproject.toml'
14+ - ' Makefile'
15+ - ' .github/workflows/ci.yml'
916 schedule :
1017 - cron : ' 0 8,20 * * *' # Runs at 8:00 AM and 8:00 PM GMT
1118 workflow_dispatch :
Original file line number Diff line number Diff line change 1212 - ' .github/workflows/tests.yml'
1313 pull_request :
1414 branches : [main, dev, demo]
15+ paths :
16+ - ' code/**'
17+ - ' pyproject.toml'
18+ - ' package.json'
19+ - ' pytest.ini'
20+ - ' .github/workflows/tests.yml'
1521 types :
1622 - opened
1723 - ready_for_review
You can’t perform that action at this time.
0 commit comments