💾 Archived View for heavysquare.com › notes › FFF4-ignoring-failed-ci-checks.txt captured on 2022-06-04 at 00:17:04.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

-=-=-=-=-=-=-


~~ 2020-12-31T16:58:57+01:00

You have some CI[2] failures. Is it something that meant to fail[1] or something
you should look into? Having too much of the former is not very good as you have
to think about this question all the time. It gives me anxiety, mostly when I decide
not to look into it bc it looks like that the errors are not related to my changes.


[1] because it's new and the job itself fails no matter what
or.. there's a change that'll fix it, but it's not merged yet (you'd have to rebase to get rid of the error)
etc

[1] as in continuous integration