Skip to content

Commit 880a26d

Browse files
committed
Reverted changes
1 parent 041bfca commit 880a26d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
run: |
5353
git config --local user.name "GitHub Action"
5454
git config --local user.email "action@github.com"
55-
git fetch origin
56-
git pull origin ${{ github.ref_name }} --rebase
5755
git add ./loop_to_python_api/libLoopAlgorithmToPython.dylib
5856
git commit -m "Add generated libLoopAlgorithmToPython.dylib" || echo "No changes to commit"
5957
git push origin HEAD:${{ github.ref_name }}

0 commit comments

Comments
 (0)