mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
CI: There was one typo
This commit is contained in:
parent
40046bbdfa
commit
75299b0249
1 changed files with 1 additions and 1 deletions
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
|
|
@ -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') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue