Fix the empty shape type in assignedCollisionGeometry #50
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dispatch CI in creo2urdf-private | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
pull_request: | |
types: [opened, reopened, synchronize, ready_for_review] | |
jobs: | |
triggering_creo2urdf: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.SELF_HOSTED_RUNNER_CREO2URDF }} | |
repository: icub-tech-iit/creo2urdf-private | |
event-type: creo2urdf_run_CI | |