diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index a2182ec1b..af87f072b 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -62,7 +62,7 @@ jobs: needs: push_docker_image if: | always() && - needs.push_docker_image.result == 'success' + needs.push_docker_image.result == 'skipped' steps: - name: Configure AWS credentials