chore: sync pr-check.yml from Template-Generic [skip ci]

This commit is contained in:
2026-07-04 19:38:58 +00:00
parent ae6e731f1f
commit 3cb48a0889
+2
View File
@@ -126,6 +126,8 @@ jobs:
validate:
name: Validate PR
runs-on: ubuntu-latest
# Skip on template repos (Template-*) — no real manifest/source/changelog to validate.
if: ${{ !startsWith(github.event.repository.name, 'Template-') }}
steps:
- name: Checkout