diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e905cacc61..bfa40b05f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -157,7 +157,7 @@ jobs: test-ct-report: name: Visual Regression Tests Report runs-on: ubuntu-latest - if: always() + if: ${{ always() && needs.test-ct.result == 'failure' }} needs: test-ct env: UPLOAD_REPORT: "false"