ci: Remove ${{}} for style points

It's not necessary in if statements
This commit is contained in:
Edmund Miller 2021-02-02 15:40:30 -06:00
parent 654c6225f0
commit 1e9aad430d
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -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