[bitnami/*] Remove condition in ci-pipeline workflow (#4992)
Remove broken condition Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
427b033f73
commit
ebc6e908a8
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
vib-verify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: get-containers
|
||||
if: ${{ needs.get-containers.outputs.result == 'ok' && contains(github.event.pull_request.labels.*.name, 'verify') }}
|
||||
if: ${{ needs.get-containers.outputs.result == 'ok' }}
|
||||
name: VIB Verify
|
||||
continue-on-error: false
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue