From a4b626515a0b13fef0fb53f440add2797c0a8e38 Mon Sep 17 00:00:00 2001 From: omkarkhatavkar Date: Wed, 7 Feb 2024 13:32:13 +0530 Subject: [PATCH] always expression was missing in the PR checking --- .github/workflows/auto_cherry_pick.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 9b5cef95435..953d403df87 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -100,6 +100,7 @@ jobs: - name: Check if cherrypick pr is created uses: juliangruber/find-pull-request-action@v1 id: fpr + if: always() with: branch: "cherry-pick-${{ matrix.label }}-${{ github.sha }}" base: ${{ matrix.label }}