mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 03:15:53 +08:00
fix(ci-pipeline): Add condition to license check (#86100)
Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
This commit is contained in:
3
.github/workflows/ci-pipeline.yml
vendored
3
.github/workflows/ci-pipeline.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user