Skip to content

Add support for jazzy [1/2] #19

Add support for jazzy [1/2]

Add support for jazzy [1/2] #19

# Copyright (C) 2025 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
name: "[Robotics] CI"
on:
pull_request:
paths:
- '.github/workflows/robotics*'
- 'robotics-ai-suite/**'
- '!robotics-ai-suite/**/docs/**'
push:
paths:
- '.github/workflows/robotics*'
- 'robotics-ai-suite/**'
- '!robotics-ai-suite/**/docs/**'
branches:
- main
- release-*
workflow_dispatch:
permissions:
contents: read
jobs:
build-components:
name: "Build (AMR)"
uses: "./.github/workflows/robotics-components.yaml"
# build-pipelines:
# name: "Build (Humanoid)"
# uses: "./.github/workflows/robotics-pipelines.yaml"
# build-rvc:
# name: "Build (RVC)"
# uses: "./.github/workflows/robotics-rvc.yaml"