Skip to content

Commit 8d278b8

Browse files
authored
revert bindings generation changes
1 parent b4619e9 commit 8d278b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/generate-bindings.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
fi
102102
git add rclrs/src/rcl_bindings_generated_${{ matrix.ros_distribution }}.rs
103103
git commit -m "Regenerate bindings for ${{ matrix.ros_distribution }}"
104-
git fetch origin update-bindings-${{ matrix.ros_distribution }}
105-
git rebase origin/update-bindings-${{ matrix.ros_distribution }}
106104
git push -u origin update-bindings-${{ matrix.ros_distribution }}
107105
if [ $CREATE_PR -eq 1 ]; then
108106
gh pr create --base main --head update-bindings-${{ matrix.ros_distribution }} --title "Regenerate bindings for ${{ matrix.ros_distribution }}" --body "This PR regenerates the bindings for ${{ matrix.ros_distribution }}."

0 commit comments

Comments
 (0)