diff --git a/.github/workflows/test-selenium.yml b/.github/workflows/test-selenium.yml index f61c22bcd4..b670e6ab7f 100644 --- a/.github/workflows/test-selenium.yml +++ b/.github/workflows/test-selenium.yml @@ -153,7 +153,7 @@ jobs: - name: Upload screenshots uses: actions/upload-artifact@v2 - if: ${{ success() || failure() }} + if: ${{ failure() }} with: name: selenium-screenshots path: ${{ github.workspace }}/build/selenium/**/*