Skip to content

Commit f51a586

Browse files
committed
Fix the docs directory path in CI
1 parent ef4d6b5 commit f51a586

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
pull_request:
99
paths-ignore:
10-
- 'docs/**'
10+
- 'releases/3.4/yaml/docs/**'
1111
- '**.md'
1212

1313
jobs:

.github/workflows/deploy-to-aks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Reference Architecture Testing (AKS)
22
on:
33
pull_request:
44
paths-ignore:
5-
- 'docs/**'
5+
- 'releases/3.4/yaml/docs/**'
66
- '**.md'
77
workflow_dispatch:
88
inputs:

.github/workflows/on_pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
on:
1111
pull_request:
1212
paths-ignore:
13-
- 'docs/**'
13+
- 'releases/3.4/yaml/docs/**'
1414
- '**.md'
1515

1616
jobs:

0 commit comments

Comments
 (0)