Description
-
Remove 6 obsolete/redundant workflows:
- sentry-create-release.yml (Sentry removed in PR #1753)
- cd-to-share.yml (inactive since June 2025)
- slash-command-dispatcher.yaml (100% skip rate, checks non-existent labels)
- deploy-pr-preview.yaml (redundant, Cloudflare Pages handles PR previews)
- clean-up-pr-preview.yaml (redundant, Cloudflare auto-cleans previews)
- build-and-publish-preview.yaml (redundant Docker preview system)
-
Remove obsolete Sentry DSN references from active workflows:
- ci.yml
- playwright.yml
- sonar-analysis.yml
All preview deployments now handled by Cloudflare Pages integration, which provides automatic previews and cleanup without manual workflows.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed