@hundreds-author-68171 Normally you would not need to do anything special for your use-case. If you call [cypress-io/github-action](
https://github.com/cypress-io/github-action) to perform Cypress tests in a GitHub action workflow and that step fails, then and further steps in the job, including, for instance, a deployment step, that would not be executed. The job would just abort. It's probably best just to try that out. Add a deliberate error and see what happens.