Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Oct 30, 2024
1 parent 40fa4ef commit 3387fe6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
# Get the name of the current branch
current_branch=$(git rev-parse --abbrev-ref HEAD)
echo "$current_branch"
if [ "$current_branch" = "main" ]; then
# On the main branch, find the previous merge commit
previous_merge=$(git rev-list --merges HEAD~1 | head -n 1)
Expand Down

0 comments on commit 3387fe6

Please sign in to comment.