Skip to content

Commit 25029e4

Browse files
joanheyfranz1981
authored andcommitted
GH actions CI run all when change tfb, tfb dockerfile or toolset/github_actions (TechEmpower#8039)
* Run CI test when change tfb or tfb dockerfile * CI run all if change github_actions * Testing tfb change * Testing tfb Dockerfile change * Revert testing changes And change comment * Add dir .github/workflows
1 parent 814cdaf commit 25029e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolset/github_actions/github_actions_diff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ def get_frameworks(test_lang):
156156
run_tests.append(test)
157157

158158

159-
# Ignore travis, github_actions, continuous and scaffolding changes
160-
if re.search(r'^toolset\/(?!(travis\/|github_actions\/|continuous\/|scaffolding\/))', changes, re.M) is not None:
159+
# Ignore travis, continuous and scaffolding changes
160+
if re.search(r'^toolset\/(?!(travis\/|continuous\/|scaffolding\/))|^tfb|^Dockerfile|^.github\/workflows\/', changes, re.M) is not None:
161161
print("Found changes to core toolset. Running all tests.")
162162
run_tests = test_dirs
163163
quit_diffing()

0 commit comments

Comments
 (0)