[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: