[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:
Fran Mulero
2022-09-02 17:32:04 +02:00
committed by GitHub
parent 427b033f73
commit ebc6e908a8

View File

@@ -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: