diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 451a5c0032a4..d480b25964d1 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -84,6 +84,7 @@ jobs: python -m pytest -n 1 --dist=loadfile -s -m is_pipeline_test --make_reports=tests_pipeline tests - name: test suite reports artifacts + if: ${{ always() }} uses: actions/upload-artifact@v2 with: name: test_reports