diff --git a/.github/workflows/pytest-workflow.yml b/.github/workflows/pytest-workflow.yml index 50e8c53c..9bd2d4c6 100644 --- a/.github/workflows/pytest-workflow.yml +++ b/.github/workflows/pytest-workflow.yml @@ -78,7 +78,7 @@ jobs: run: PROFILE=${{ matrix.profile }} pytest --tag ${{ matrix.tags }} --symlink --wt 2 - name: Upload logs on failure - if: ${{ failure() }} + if: failure() uses: actions/upload-artifact@v2 with: name: logs