refactor(industrial-ci): now runs on ubuntu 22.04 and update dependen… #65
Workflow file for this run
This file contains hidden or 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: 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@main | |
with: | |
upstream_workspace: './dependencies.repos' | |
before_install_upstream_dependencies: './scripts/ci_install_dependencies.sh' | |
ros_repo: '["testing", "main"]' |