|
@@ -156,8 +156,8 @@ if re.search(r'\[ci lang .+\]', last_commit_msg, re.M):
|
|
|
run_tests.append(test)
|
|
|
|
|
|
|
|
|
-# Ignore travis, github_actions, continuous and scaffolding changes
|
|
|
-if re.search(r'^toolset\/(?!(travis\/|github_actions\/|continuous\/|scaffolding\/))', changes, re.M) is not None:
|
|
|
+# Ignore travis, continuous and scaffolding changes
|
|
|
+if re.search(r'^toolset\/(?!(travis\/|continuous\/|scaffolding\/))|^tfb|^Dockerfile|^.github\/workflows\/', changes, re.M) is not None:
|
|
|
print("Found changes to core toolset. Running all tests.")
|
|
|
run_tests = test_dirs
|
|
|
quit_diffing()
|