ci: Update validate CI

Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs 2022-01-06 12:02:00 +01:00
parent a7da4dbb38
commit a92c96b422
No known key found for this signature in database
GPG Key ID: BC5E2BD907F9A8EC

View File

@ -253,7 +253,9 @@ jobs:
lint_success:
needs:
- lint
if: ${{ always() }}
if: |
always() &&
needs.lint.result != 'skipped'
name: Lint successful
runs-on: ubuntu-20.04
steps:
@ -342,7 +344,9 @@ jobs:
needs:
- changes-install
- install
if: ${{ always() }}
if: |
always() &&
needs.install.result != 'skipped'
name: Install successful
runs-on: ubuntu-20.04
steps: