Hello guys, We are experimenting with GHAs ```yam...
# general-chat
b
Hello guys, We are experimenting with GHAs
Copy code
yaml
concurrency:
  group: _team_tests
  cancel-in-progress: true
But in the case when a cypress gha has already started the run, it will populate the cypress dashboard in the cypress cloud. If a new run comes in, the first GHA gets canceled, then the second will start another run in the dashboard. Is there a way to interrupt/cancel the first one other than clicking on cancel ?
7 Views