mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-22 10:33:13 +00:00
A push to master here does not just build: it pushes an image, runs the migrations and restarts the demo container, so the site takes a short outage each time. The last two merges were markdown only and both paid for it. Beyond the waste, a deploy can fail for reasons unrelated to the change that triggered it - a container that will not come up, a database that is briefly unreachable - and a README edit should not be able to turn the demo red. Only build.yml is filtered. go.yml still builds on every push and pull request, so nothing loses its compile check, and the badge keeps reporting the same workflow it reports today.