Skip to content

Commit

Permalink
fix: pre-fetch main to be able to find merge-base
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 30, 2024
1 parent 788c7d8 commit 40fa4ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
with:
fetch-depth: 0 # Fetches the entire history

- name: Fetch main branch
run: git fetch origin main:main

- name: Determine "baseline ref" (prev merge commit)
id: getBaselineRef
run: |
Expand Down

0 comments on commit 40fa4ef

Please sign in to comment.