Files
svcforge/.gitea/workflows
Nguyen Minh Phuc dc51bd1d9d
ci / lint (push) Successful in 19s
ci / unit (push) Successful in 51s
ci / types (push) Successful in 1m1s
ci / dockerfile (push) Successful in 12s
ci / chart (push) Successful in 9s
ci / security (push) Successful in 57s
ci / integration (push) Successful in 51s
ci / image (api) (push) Successful in 2m13s
ci / image (reconciler) (push) Successful in 2m45s
ci / image (worker) (push) Successful in 2m32s
ci / bump (push) Failing after 28s
ci: move the bump job's master guard from job level to step level
bump skipped at 0s on a genuine push to master (event: push, head_branch: master)
— before the image job it depends on had even started. The identical expression on
the 'push by digest' STEP inside the matrix job evaluates true and runs, so the
expression is fine; Gitea does not resolve a job-level if correctly when needs
points at a matrix job.

needs: [image] still orders it and still gates on all three legs. The steps carry
the guard in the form this runner is known to evaluate. A PR now starts the job and
no-ops every step, which is a few seconds for a guard that actually fires.
2026-07-19 09:00:43 +00:00
..