Skip to content

Commit 5791083

Browse files
authored
fix(ci): change command to find baseline sha from issue comment trigger (vectordotdev#17622)
1 parent 460bbc7 commit 5791083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
export PR_NUMBER=${{ github.event.issue.number }}
166166
echo "PR_NUMBER=${PR_NUMBER}" >> $GITHUB_OUTPUT
167167
168-
export BASELINE_SHA=$(git merge-base --fork-point master)
168+
export BASELINE_SHA=$(git merge-base master HEAD)
169169
echo "BASELINE_SHA=${BASELINE_SHA}" >> $GITHUB_OUTPUT
170170
171171
export COMPARISON_SHA=$(git rev-parse HEAD)

0 commit comments

Comments
 (0)