When I cancel job in GitHub Action it doesn't cancel run in Cloud so I need to go there and cancel it manually. Is it possible to cancel it from GitHub Action?
@many-airline-45402 I'm using 12.8.0 and Team Plan, so I don't have access to auto cancellation either, but I don't this feature is relevant for my needs. Sometimes I going to the GitHub Action and cancel it manually, but it doesn't affect Cypress Cloud, so I need to go there as well and cancel it. Is there any api that gives me this?
m
many-airline-45402
04/30/2023, 1:28 PM
github-action uses https://docs.cypress.io/guides/guides/module-api to run Cypress and record. I can't see any other way to cancel apart from the parameter I mentioned and manual cancellation. Perhaps one of the Cloud experts can help out here?