1 Commits

Author SHA1 Message Date
plugin-dev 07a6911e52 fix(ci): remove name override to post correct CI context
CI / validate (pull_request) Successful in 1m37s
CI / validate (push) Successful in 1m43s
[Do] Manual ack
Branch protection requires 'CI / validate (pull_request)'. The 'name: Plugin validation'
job override caused 'CI / Plugin validation' instead. Removing the override so the
job name defaults to 'validate', matching the required status check.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 08:47:17 +00:00
-1
View File
@@ -2,7 +2,6 @@ name: CI
on: [push, pull_request]
jobs:
validate:
name: Plugin validation
runs-on: ubuntu-latest
timeout-minutes: 10
steps: