Open fpacifici opened 5 months ago
Is there a way for us to configure GHA to not cancel on merge? Feels like an optimization for unit test runtime or something..
Re: apply on merge, I think we need to consider it very carefully as it can introduce some catastrophic failures.
An example:
A GCP disk is scaled up out of band. There is no way to shrink the disk, so the way it would apply will be to destroy the disk and recreate it. Hope your backups are working and tested. 😅
Environment
https://github.com/getsentry/tacos-gha/tree/stable on the ops repo This is the PR where the issue happened: https://github.com/getsentry/ops/pull/11131
Steps to Reproduce
On any slice:
Expected Result
One of the following:
Actual Result