From 8065fea87007fbf7542fc060ff8ddd0b5df567da Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 27 Oct 2020 22:45:19 -0700 Subject: [PATCH] [gh actions] run artifacts job always (#8110) --- .github/workflows/self-scheduled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 451a5c003..d480b2596 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