diff --git a/.github/workflows/update_regression_baseline.yml b/.github/workflows/update_regression_baseline.yml index aa16af69..7af7c354 100644 --- a/.github/workflows/update_regression_baseline.yml +++ b/.github/workflows/update_regression_baseline.yml @@ -18,14 +18,14 @@ jobs: pull-requests: write steps: - - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v1 - id: comment-branch + # - name: Get PR branch + # uses: xt0rted/pull-request-comment-branch@v1 + # id: comment-branch - name: Checkout PR branch uses: actions/checkout@v3 with: - ref: ${{ steps.comment-branch.outputs.head_ref }} # using head_sha vs. head_ref makes this work for forks + # ref: ${{ steps.comment-branch.outputs.head_ref }} # using head_sha vs. head_ref makes this work for forks lfs: true fetch-depth: 0 # This ensures we can checkout main branch too