From 740c0d057d8fd56e1716b38fd0cd613a9dc2fec9 Mon Sep 17 00:00:00 2001 From: Chintan Viradiya <85635072+Luv7804@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:40:48 +0530 Subject: [PATCH] Update build-docker-image.yaml Signed-off-by: Chintan Viradiya <85635072+Luv7804@users.noreply.github.com> --- .github/workflows/build-docker-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-docker-image.yaml b/.github/workflows/build-docker-image.yaml index eb170ffe8c8..3c24d595766 100644 --- a/.github/workflows/build-docker-image.yaml +++ b/.github/workflows/build-docker-image.yaml @@ -22,6 +22,7 @@ jobs: steps: # Check out merge commit - name: Fork based /ok-to-test checkout + if: inputs.pr != 0 uses: actions/checkout@v4 with: ref: "refs/pull/${{ inputs.pr }}/merge"