Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Commit 375997f

Browse files
authored
Use industrial_ci action for GitHub Workflow (#69)
* Add industrial_ci.yml * Update README.md * Delete ROS2_Dashing.yaml
1 parent 58efe43 commit 375997f

3 files changed

Lines changed: 25 additions & 57 deletions

File tree

.github/workflows/ROS2-Dashing.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: industrial_ci
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
10+
schedule:
11+
- cron: "0 2 * * fri"
12+
13+
jobs:
14+
industrial_ci:
15+
strategy:
16+
matrix:
17+
env:
18+
- { ROS_DISTRO: dashing, ROS_REPO: ros }
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v2
22+
- uses: "ros-industrial/industrial_ci@master"
23+
env: ${{ matrix.env }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
![Workflow Status](https://github.com/SSL-Roots/consai2r2/workflows/ROS2-Dashing/badge.svg)
1+
[![industrial_ci](https://github.com/rt-net/consai2r2/workflows/industrial_ci/badge.svg?branch=master)](https://github.com/rt-net/consai2r2/actions?query=workflow%3Aindustrial_ci+branch%3Amaster)
2+
23

34
# CON-SAI2 R2
45

0 commit comments

Comments
 (0)