Skip to content

Industrial CI

Industrial CI #350

Workflow file for this run

name: Industrial CI
on:
push:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@main
with:
ros_repo: '["main", "testing"]'
before_install_target_dependencies: 'scripts/ci_install_dependencies.sh'