Skip to content

Commit

Permalink
Another temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Aug 11, 2023
1 parent 20c1e05 commit 0cd2754
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,7 @@ jobs:
- name: Unmerged PR - Fetch head ref of unmerged PR
if: ${{ !fromJSON(steps.getPullRequestDetails.outputs.IS_MERGED) }}
run: |
# TODO: UNDO THIS
# if [[ ${{ steps.getPullRequestDetails.outputs.FORKED_REPO_URL }} != '' ]]; then
# git remote add pr_remote ${{ steps.getPullRequestDetails.outputs.FORKED_REPO_URL }}
# git fetch pr_remote ${{ steps.getPullRequestDetails.outputs.HEAD_COMMIT_SHA }} --no-tags --depth=1
# else
git fetch origin ${{ steps.getPullRequestDetails.outputs.HEAD_COMMIT_SHA }} --no-tags --depth=1
# fi
- name: Unmerged PR - Set dummy git credentials before merging
if: ${{ !fromJSON(steps.getPullRequestDetails.outputs.IS_MERGED) }}
Expand Down

0 comments on commit 0cd2754

Please sign in to comment.