Skip to content

Commit

Permalink
Merge branch 'master' into andriy/exc-1818-faster-benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
berestovskyy authored Jan 14, 2025
2 parents 76829ab + dce918a commit 1069c8e
Show file tree
Hide file tree
Showing 96 changed files with 3,622 additions and 3,598 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-generate-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "IDX GitHub Automation"
git config --global user.email "IDX GitHub Automation"
git config --global user.email "[email protected]"
git add .
git commit -m "IDX GitHub Automation"
git push
exit 1
else
echo "git working tree clean - no changes to be committed"
fi
Loading

0 comments on commit 1069c8e

Please sign in to comment.