diff --git a/.github/workflows/daily-image-tests.yml b/.github/workflows/daily-image-tests.yml index 3ef248feb8..2c57cc3076 100644 --- a/.github/workflows/daily-image-tests.yml +++ b/.github/workflows/daily-image-tests.yml @@ -57,7 +57,7 @@ jobs: needs: - check-broken-images - test-output - if: ${{ needs.test-output.outputs.create_issue == 'true' && needs.check-broken-images.outputs.testPassed == 'False'}} + if: ${{ needs.test-output.outputs.create_issue == true && needs.check-broken-images.outputs.testPassed == 'False'}} steps: - name: Playwright Artifact run: |