Skip to content

Commit

Permalink
fix YAML for terraform destroy (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxyPandaBear authored May 9, 2022
1 parent eb0f3e2 commit 55dc261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55dc261

Please sign in to comment.