Skip to content

Commit 2c5ce75

Browse files
committed
run ici on pr only and else run ici in docker-ros ci
1 parent fefd399 commit 2c5ce75

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/docker-ros.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ jobs:
99
steps:
1010
- uses: ika-rwth-aachen/docker-ros@main
1111
with:
12+
platform: amd64,arm64
13+
target: run
1214
image-tag: ros
1315
base-image: rwthika/ros:latest
1416
command: roslaunch mqtt_client standalone.launch
15-
platform: amd64,arm64
16-
target: run
17+
enable-industrial-ci: 'true'
1718

1819
ros2:
1920
runs-on: ubuntu-latest
2021
steps:
2122
- uses: ika-rwth-aachen/docker-ros@main
2223
with:
23-
image-tag: ros2
24-
base-image: rwthika/ros2:latest
25-
command: ros2 launch mqtt_client standalone.launch.ros2.xml
2624
platform: amd64,arm64
2725
target: run
26+
image-tag: ros2
2827
enable-push-as-latest: 'true'
28+
base-image: rwthika/ros2:latest
29+
command: ros2 launch mqtt_client standalone.launch.ros2.xml
30+
enable-industrial-ci: 'true'

.github/workflows/industrial_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: industrial_ci
22

3-
on: [push, pull_request]
3+
on: pull_request
44

55
jobs:
66
industrial_ci:

0 commit comments

Comments
 (0)