mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
ci: Fix syntax
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
8de01b8ffc
commit
f77bb36710
@ -73,7 +73,8 @@ jobs:
|
|||||||
label-lint:
|
label-lint:
|
||||||
name: Label lint status
|
name: Label lint status
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
if: ${{ github.event.workflow.name == 'Charts: Lint and tests' }}
|
if: |
|
||||||
|
${{ github.event.workflow.name == 'Charts: Lint and tests' }}
|
||||||
needs:
|
needs:
|
||||||
- get-info
|
- get-info
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user