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