mirror of
https://github.com/bitnami/containers.git
synced 2026-04-05 08:47:47 +08:00
[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:
2
.github/workflows/ci-pipeline.yaml
vendored
2
.github/workflows/ci-pipeline.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user