File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ - git:
2
+ uri: https://github.com/rt-net/raspimouse_description.git
3
+ local-name: raspimouse_description
4
+ version: jazzy
Original file line number Diff line number Diff line change 12
12
schedule :
13
13
- cron : " 0 2 * * 0" # Weekly on Sundays at 02:00
14
14
15
+ env :
16
+ UPSTREAM_WORKSPACE : .github/workflows/.ci.rosinstall
17
+
15
18
jobs :
16
19
industrial_ci :
17
20
strategy :
21
+ fail-fast : false
18
22
matrix :
19
23
ROS_DISTRO : [jazzy]
20
24
ROS_REPO : [main]
25
+
21
26
runs-on : ubuntu-latest
22
27
steps :
23
28
- uses : actions/checkout@v4
24
29
- uses : " ros-industrial/industrial_ci@master"
25
30
env :
26
- ROS_DISTRO : ${{ matrix.ROS_DISTRO }}
27
- ROS_REPO : ${{ matrix.ROS_REPO }}
31
+ ROS_DISTRO : ${{matrix.ROS_DISTRO}}
32
+ ROS_REPO : ${{matrix.ROS_REPO}}
You can’t perform that action at this time.
0 commit comments