Skip to content

ci(industrial-ci): test 2 #60

ci(industrial-ci): test 2

ci(industrial-ci): test 2 #60

Workflow file for this run

name: Industrial CI
on:
push:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@refactor/industrial-ci
with:
upstream_workspace: './dependencies.repos'
before_install_target_dependencies: './requirements.sh'
ros_repo: '["testing", "main"]'