diff --git a/.github/workflows/cd-pipeline.yaml b/.github/workflows/cd-pipeline.yaml index 68648223c744..80dc3e1d9ae5 100644 --- a/.github/workflows/cd-pipeline.yaml +++ b/.github/workflows/cd-pipeline.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: Get modified containers path if: | - github.event.pusher.name == 'bitnami-bot' && + github.event.head_commit.author.username == 'bitnami-bot' && github.event.forced == false outputs: result: ${{ steps.get-containers.outputs.result }}