Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Nachtigall committed Jan 24, 2025
1 parent ba2bdc4 commit c9b5ad3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ jobs:
ros_repo: main
upstream_workspace: ''
ref_for_scheduled_build: main

humble_binary_main_test:
steps:
- name: "xacro"
run: |
cd ./urdf/
xacro dynaarm_standaline.urdf.xacro > out.xml
2 changes: 1 addition & 1 deletion .github/workflows/build-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- cron: '13 4 * * *'

jobs:
jazzy_binary_main:
rolling_binary_main:
uses: ./.github/workflows/reusable_ici.yml
with:
ros_distro: rolling
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/reusable_ici.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ jobs:
UPSTREAM_WORKSPACE: ${{ inputs.upstream_workspace }}
ROS_DISTRO: ${{ inputs.ros_distro }}
ROS_REPO: ${{ inputs.ros_repo }}
- name: Xacro Test:
run: |
cd ./urdf/
xacro dynaarm_standaline.urdf.xacro > out.xml

0 comments on commit c9b5ad3

Please sign in to comment.