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
@@ -10,7 +10,7 @@ on:
- ".github/workflows/_internal_check_extension.yaml"
- ".github/workflows/check-extension.yaml"
- "supported-version/**"
- "!(**/*.md)"
- "!**/*.md"
pull_request:
branches:
- main
@@ -19,7 +19,7 @@ on:
- ".github/workflows/_internal_check_extension.yaml"
- ".github/workflows/check-extension.yaml"
- "supported-version/**"
- "!(**/*.md)"
- "!**/*.md"
jobs:
compute_matrix:
if: "!startsWith(github.head_ref, 'release-please')"