fix(ci-pipeline): Add condition to license check (#86100)

Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
Fran Mulero 2025-09-09 10:49:01 +02:00 committed by GitHub
parent e22dd91065
commit e15a3871eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ jobs:
contents: read
pull-requests: write
needs: get-containers
if: |
needs.get-containers.outputs.result == 'ok' &&
github.event.pull_request.user.login != 'bitnami-bot'
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
name: Checkout Repository