Commit graph

2 commits

Author SHA1 Message Date
Digikwal
19c1431fb3
ci: relax failure threshold 2025-06-26 18:42:26 +02:00
Digikwal
d54fbd96cc
ci: Add reusable wait-for-check workflow to safely trigger release
Introduces a reusable workflow that waits until the 'Check' workflow has successfully passed on the current commit.

Also adds 'release-trigger', which runs on push to main and calls this reusable workflow before allowing semantic-release to continue.

- Prevents race conditions between quality checks and release
- No external dependencies (uses native GitHub CLI)
- Improves reliability and control of CI/CD sequencing
2025-06-26 17:14:42 +02:00