ci: dont run internal tests on markdown changes

This commit is contained in:
Damien Retzinger
2026-05-09 20:19:03 -04:00
parent d7959941c6
commit 38423ddb9b
12 changed files with 24 additions and 24 deletions
@@ -8,7 +8,7 @@ on:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
- "!**/*.md"
pull_request:
branches:
- main
@@ -16,7 +16,7 @@ on:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
- "!**/*.md"
jobs:
unit-test: