mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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:
|
||||
name: Label lint status
|
||||
runs-on: ubuntu-20.04
|
||||
if: ${{ github.event.workflow.name == 'Charts: Lint and tests' }}
|
||||
if: |
|
||||
${{ github.event.workflow.name == 'Charts: Lint and tests' }}
|
||||
needs:
|
||||
- get-info
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user