Check if model is skeleton and use first csys if CSYS does not exist + small refactor of joints csv configuration #11
Workflow file for this run
This file contains 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 | |