github: drop if success()

This is implicit, so we don't need it explicitly.
This commit is contained in:
David Lechner
2021-06-23 12:36:14 -05:00
parent 10148fa9cf
commit 70de0d0323
-3
View File
@@ -23,13 +23,10 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
if: ${{ success() }}
run: yarn build
- name: Install lftp
if: ${{ success() }}
run: sudo apt-get update && sudo apt-get install --yes lftp
- name: Publish
if: ${{ success() }}
shell: bash
env:
LFTP_USER: ${{ secrets.lftpUser }}