mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
github: drop if success()
This is implicit, so we don't need it explicitly.
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user