Sometimes, if the Test Samples workflow runs and is cancelled, something will cause the "Delete AWS Resources" step to get stuck in an infinite loop and cancel:
We could try adding the cancelled() condition here or making resource cleanups part of a different job.
AB#11549
Sometimes, if the Test Samples workflow runs and is cancelled, something will cause the "Delete AWS Resources" step to get stuck in an infinite loop and cancel:
We could try adding the
cancelled()condition here or making resource cleanups part of a different job.AB#11549