mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
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 |
||
|---|---|---|
| .. | ||
| auto-merge-fieldmate.yml | ||
| check.yml | ||
| docker-build.yml | ||
| release-trigger.yml | ||
| semantic-release.yml | ||
| stale.yml | ||
| update-hooks.yml | ||
| wait-for-check.yml | ||