Pulse/.github
rcourtman 0ab0309be0 Disable validation workflow to fix release process
The validate-release-assets workflow was causing race conditions and
preventing successful releases. It attempted to pull Docker images
immediately after pushing, before they had propagated through Docker
Hub's CDN.

The release workflow already has comprehensive validation:
- Version guard ensures VERSION file matches
- Preflight tests verify backend and frontend
- Docker builds confirm images can be created
- Release asset creation includes checksums

Validation can be done manually after draft release creation if needed.

Related to #695 (release guardrails)
2025-11-12 13:20:46 +00:00
..
ISSUE_TEMPLATE Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
workflows Disable validation workflow to fix release process 2025-11-12 13:20:46 +00:00