fix(ci-pipeline): Add condition to license check (#86100)
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
parent
e22dd91065
commit
e15a3871eb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue