You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Remove dead code, unused inputs and honor input refs
- Delete unused typos.toml (spell-check runs cspell, not typos).
- Remove useless "Get revision SHA" steps and inline github.ref_name
where the branch value is still needed (build-latest).
- Remove the dead "Get image digest" and "Set short SHA" steps in
build-latest.
- Drop unused workflow inputs (runner, runner-arch-map, unused
runner-archs, dead ref) and their call-site passes
- Use the declared ref input into checkout (lint, unit_test, vm_test,
kind_test)
- Remove unused GIT_CLONE_PAT secret and no-op workflow_dispatch
triggers that cannot run standalone (upload_s3, vm_test, kind_test)
- Drop redundant host dependency install in kind_test (used only inside
the node)
Signed-off-by: Charalampos Mainas <cmainas@nubificus.co.uk>
0 commit comments