Add test gate to deploy workflow #19

Open
opened 2026-07-25 11:18:42 +00:00 by GKaszewski · 0 comments
Owner

Severity: Low

The deploy workflow (.gitea/workflows/deploy.yml) is workflow_dispatch only and does not depend on the test/lint workflows. Someone can manually deploy a broken build.

Add needs: [test, lint] or at minimum a check that CI passed on the commit being deployed.

**Severity: Low** The deploy workflow (`.gitea/workflows/deploy.yml`) is `workflow_dispatch` only and does not depend on the test/lint workflows. Someone can manually deploy a broken build. Add `needs: [test, lint]` or at minimum a check that CI passed on the commit being deployed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/thoughts#19