From 0ec0eb164c7f73b9e96a607cb52486798315285c Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Mon, 9 May 2022 14:57:43 -0400 Subject: [PATCH] fix YAML for terraform destroy --- .github/workflows/integrationTest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationTest.yml b/.github/workflows/integrationTest.yml index 11f8f41131..5886804aa9 100644 --- a/.github/workflows/integrationTest.yml +++ b/.github/workflows/integrationTest.yml @@ -610,7 +610,7 @@ jobs: fi - name: Terraform destroy - if: ${{ cancelled() && steps.ecs-fargate-integration-test.outputs.cache-hit != 'true' + if: ${{ cancelled() && steps.ecs-fargate-integration-test.outputs.cache-hit != 'true' }} uses: nick-invision/retry@v2 with: max_attempts: 3