Skip to content

Commit

Permalink
Add GA for dispatching CI in creo2urdf-private
Browse files Browse the repository at this point in the history
This GA dispatch the request to `creo2urdf-private` the request for running the CI.
  • Loading branch information
Nicogene committed Oct 14, 2024
1 parent 31b9443 commit 6d52022
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dipatch-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dispatch CI in creo2urdf-private

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize, ready_for_review]

env:
GH_TOKEN: ${{ secrets.SELF_HOSTED_RUNNER_CREO2URDF }}
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


0 comments on commit 6d52022

Please sign in to comment.