From 40fa4ef6c529b0c946be1f0299036fd90f5393be Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Wed, 30 Oct 2024 13:42:03 +0100 Subject: [PATCH] fix: pre-fetch main to be able to find `merge-base` --- .github/workflows/e2ePerformanceTests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 804d97e3c53a..6249d9957f73 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -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: |