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

This commit is contained in:
2026-07-04 19:37:32 +00:00
parent 890c34b10e
commit 03ac49d40f
+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