We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4f721 commit 8e6ebd1Copy full SHA for 8e6ebd1
.github/workflows/docker-ros.yml
@@ -14,7 +14,7 @@ jobs:
14
command: roslaunch mqtt_client standalone.launch
15
platform: amd64,arm64
16
target: run
17
-
+
18
ros2:
19
runs-on: ubuntu-latest
20
steps:
@@ -26,4 +26,3 @@ jobs:
26
27
28
enable-push-as-latest: 'true'
29
.github/workflows/industrial_ci.yml
@@ -1,6 +1,6 @@
1
name: industrial_ci
2
3
-on: push
+on: [push, pull_request]
4
5
jobs:
6
industrial_ci:
0 commit comments