Heh, we've all been there. Honestly, trying to fix an issue with CI or just test it is painful, at least with GitHub Actions (which is the only CI service I personally have experience with).
To avoid commit spam and having to take up valuable brain compute I personally use git commit --amend --no-edit and git push -f when I'm trying to resolve an issue in CI otherwise it just turns into... well... that. 😅
Comments