From c0176df437d3ebf8600961720c8dbaf85938eb6f Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Tue, 20 Aug 2024 16:46:33 +0100 Subject: [PATCH] ci: Add bindings/ dir to list of dirs that trigger build jobs --- utils/tests/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index f03684c83..f6bf1d072 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -56,7 +56,7 @@ workflow: # File paths generated by git diff are relative to the working tree. - | if [[ $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH ]] && - !(grep -qE ".*\.(cc|h)|CMakeLists.txt|build-support/|ns3|utils/tests/.*\.(yaml|yml)" $FILES_CHANGED) ; then + !(grep -qE ".*\.(cc|h)|CMakeLists.txt|bindings/|build-support/|ns3|utils/tests/.*\.(yaml|yml)" $FILES_CHANGED) ; then echo "No source code or configurations changes found in this MR. Skipping this job."; exit 0; fi