CI: There was one typo

This commit is contained in:
Skyler Mäntysaari 2023-04-19 04:59:48 +03:00 committed by GitHub
parent 40046bbdfa
commit 75299b0249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ jobs:
if: | if: |
always() always()
name: Lint successful name: Lint successful
runs-on: ["self-hosted", "X64"] runs-on: ubuntu-latest
steps: steps:
- name: Check lint matrix status - name: Check lint matrix status
if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }} if: ${{ (inputs.chartsToLint != '' && inputs.chartsToLint != '[]') && (needs.lint-chart.result != 'success') }}