Skip to content

Commit

Permalink
always expression was missing in the PR checking
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarkhatavkar committed Feb 7, 2024
1 parent 834acb4 commit a4b6265
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 a4b6265

Please sign in to comment.