Enable retry

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero 2023-01-24 09:00:43 +01:00 committed by GitHub
parent dc30b5981a
commit b7802d0d51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}