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 29991ee commit 8f45427Copy full SHA for 8f45427
.yamato/yamato-config.yml
@@ -8,3 +8,8 @@ commands:
8
- source /opt/ros/noetic/setup.bash && echo "ROS_DISTRO == $ROS_DISTRO" &&
9
cd .. && mkdir -p catkin_ws/src && cp -r ./ROS-TCP-Endpoint catkin_ws/src &&
10
cd catkin_ws && catkin_make && source devel/setup.bash && python3 -m pytest
11
+triggers:
12
+ expression: |
13
+ pull_request.target eq "dev" AND
14
+ NOT pull_request.push.changes.all match "**/*.md" AND
15
+ NOT pull_request.source match "hotfix/.*"
0 commit comments