From b7802d0d51258d818cc99bbf0a3ed6bf1efc7eee Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 24 Jan 2023 09:00:43 +0100 Subject: [PATCH] Enable retry Signed-off-by: Fran Mulero --- .github/workflows/cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}