fix(ci): skip the redundant Quality gate on tag refs #15
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thehansogroup/eltrix_web!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-tag-build-skip-redundant-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
v0.1.0 (
e42a697) failed to build: thecheckjob re-runsmix cion the tag with a cold actions/cache (branch-scoped, tags inherit none), forcing a freshlazy_htmlbuild whose precompiled NIF 404s in CI and whose source fallback hitsmake Error 127(no C toolchain in ci-elixir). The identical commit passes on main and beta off a warm cache.The gate on a tag is redundant (the commit was already gated on main) and is the only ref where it fails. This skips
checkonrefs/tags/v*; the prod image build (MIX_ENV=prod, excludes the only:testlazy_html) runs regardless via itsalways() && !failure()condition. Unblocks eltrix_web stable releases for platform#779.Cold-build of lazy_html remains a latent ci-elixir fragility (flagged to clark).