chore(ci): disable qa workflow, run QA via pre-push hook #30
No reviewers
Labels
No labels
area:config
area:contracts
area:engine
area:eventsourcing
area:frontend
area:git
area:ipc
area:persistence
area:provider
area:scaffold
area:terminal
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/peon!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/disable-ci-qa"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CI qa job takes too long; gating quality checks locally via git pre-push hook instead.
Changes
.forgejo/workflows/qa.yml— trigger switched toworkflow_dispatch(the originalpull_requesttrigger is preserved as a comment for easy re-enable).scripts/pre-push— runsjust qa, aborts push on failure.justfile— newinstall-hooksrecipe symlinks the hook into.git/hooks/pre-push.Setup (one-time per clone)
Bypass in emergencies with
git push --no-verify.