Skip to content

Commit 5ddc917

Browse files
🩹 [Patch]: Restore VALIDATE_ALL_CODEBASE environment variable for Action-Test workflow
1 parent 51f9e95 commit 5ddc917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)