diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ba196141..0471e9fbb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -192,7 +192,7 @@ jobs: - name: Stop VFB server run: docker stop testServer - uses: actions/upload-artifact@v2 - if: ${{ failure() }} + if: ${{ success() }} with: name: test_fails path: |