Skip to content

Commit

Permalink
Add CI setting of ROS 2 Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu committed Nov 1, 2024
1 parent dabc9c2 commit a5caed4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: industrial_ci
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
schedule:
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
Expand All @@ -16,12 +14,14 @@ jobs:
industrial_ci:
strategy:
matrix:
ROS_DISTRO: [jazzy]
ROS_REPO: [main]
env:
- { ROS_DISTRO: rolling, ROS_REPO: main}
- { ROS_DISTRO: jazzy, ROS_REPO: main}
env:
AFTER_SETUP_TARGET_WORKSPACE: 'apt update && apt install -y git'

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: "ros-industrial/industrial_ci@master"
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
env: ${{ matrix.env }}

0 comments on commit a5caed4

Please sign in to comment.