Ken Muse
How to Handle Step and Job Errors in GitHub Actions
In most cases, we write a CI/CD workflow where all of the steps succeed. If a step fails, the job and workflow fails. But what do we do when we need the workflow to handle a failing step or job?

Read more