diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index 2597d3321c1f..cfa9bd107c65 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: Get modified containers path if: | - github.event.head_commit.author.username == 'bitnami-bot' && + (github.event.head_commit.author.username == 'bitnami-bot' || github.event.head_commit.author.username == 'fmulero') && github.event.forced == false outputs: result: ${{ steps.get-containers.outputs.result }}