diff --git a/.ci/build.sh b/.ci/build.sh index 4a04c7fa72..6329808f92 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -160,7 +160,8 @@ for PACKAGE in $BUILD_ORDER; do done - if $DEPENDENCIES_CHANGED || $NEW_COMMIT || [[ "$VARIANT" == "stable" ]]; then + # if $DEPENDENCIES_CHANGED || $NEW_COMMIT || [[ "$VARIANT" == "stable" ]]; then + if $DEPENDENCIES_CHANGED || $NEW_COMMIT; then ## don't run if CATKIN_IGNORE is present