diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index b60c11edee7..3e07cd81cd0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -131,8 +131,9 @@ jobs: uses: sharesight/find-github-pull-request@v1.3.0 with: allowClosed: true - failIfNotFound: true + failIfNotFound: false - name: Get labels of the PR + if: ${{ steps.find-pr.outputs.number != '' }} uses: snnaplab/get-labels-action@v1 with: number: ${{ steps.find-pr.outputs.number }}