Skip to content

Commit d1ac933

Browse files
🩹 [Patch]: Update FILTER_REGEX_INCLUDE to match output directory structure for documentation validation
1 parent b72deec commit d1ac933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
GITHUB_TOKEN: ${{ github.token }}
6464
VALIDATE_MARKDOWN: true
6565
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
66-
FILTER_REGEX_INCLUDE: .*tests/srcTestRepo/outputs/docs/.*
66+
FILTER_REGEX_INCLUDE: .*/srcTestRepo/outputs/.*

0 commit comments

Comments
 (0)