ci: run tests on PR and main pushes (not only on release tags) #8
Labels
No labels
attention
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-ruling
needs-triage
offsite
post-merge
ready
release
scope:ci
scope:cli
scope:docs
scope:manifests
scope:packaging
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/stoke#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Problem
.forgejo/workflows/release.ymlonly runs onpushofv*tags. There is no workflow that runsnpm teston:mainThat means regressions can land on main without any forge-side gate. Local tests are good (46/46 on audit), but they depend on contributors remembering to run them.
Proposed fix
Add something like
.forgejo/workflows/ci.yml:Adjust
runs-onto whatever labels the heavy-duty Actions runners advertise.Acceptance
mainalso runs the suite.Audit note
Full audit of stoke @
92a6741. Related: release automation is fine for publishing; this issue is about continuous quality gates.