Context
The organization-level reusable Trunk workflow was refreshed in #404:
- deprecated Trunk web-app upload wiring was removed from active use
- the reusable workflow now uses current Trunk Code Quality behavior
- callers should use one check job instead of separate
check/upload jobs
- callers should declare explicit permissions and concurrency
Completed
Caller standardization is complete.
Evidence:
The reusable workflow intentionally does not declare top-level concurrency: each push/PR caller owns its concurrency group so a called workflow cannot cancel its invoker.
Context
The organization-level reusable Trunk workflow was refreshed in #404:
check/uploadjobsCompleted
Caller standardization is complete.
Evidence:
Trunk Code Qualityjob with explicit permissions and caller-owned concurrencyzunit,zsh-lint,z-a-meta-plugins,zsh-fancy-completions,zsh-eza,zsh, wiki, and the org workflow templateThe reusable workflow intentionally does not declare top-level concurrency: each push/PR caller owns its concurrency group so a called workflow cannot cancel its invoker.