Skip to content

Merge pull request #79 from rt-net/ros2 #332

Merge pull request #79 from rt-net/ros2

Merge pull request #79 from rt-net/ros2 #332

Workflow file for this run

name: industrial_ci
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
schedule:
- cron: "0 1 * * 2" # Weekly on Tuesdays at 01:00(GMT)
jobs:
industrial_ci:
strategy:
matrix:
env:
- { ROS_DISTRO: humble, ROS_REPO: ros }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "ros-industrial/industrial_ci@master"
env: ${{ matrix.env }}