diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1debf06..3941449f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,6 @@ jobs: - aws-auth - build uses: ./.github/workflows/terraform-plan.yml - if: needs.build.outputs.build-api-image-result == 'success' && needs.build.outputs.build-web-result == 'success' && needs.aws-auth.result == 'success' with: ref: ${{ github.event.pull_request.head.sha }} concurrency-group: run_terraform-staging