Skip to content

Commit

Permalink
always expression was missing in the PR checking (#14003)
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar authored Feb 7, 2024
1 parent 834acb4 commit d270a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d270a58

Please sign in to comment.