Skip to content

Commit 6c09556

Browse files
committed
fix computing impacted
1 parent f564b01 commit 6c09556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: utils/scripts/compute_impacted_scenario.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ def main():
125125
".dockerignore",
126126
".gitignore",
127127
".gitlab-ci.yml",
128-
".shellcheck",
129-
".shellcheckrc",
130128
"CHANGELOG.md",
131129
):
132130
# nothing to do
@@ -146,7 +144,7 @@ def main():
146144
elif file in ("requirements.txt", "run.sh"):
147145
scenarios_groups.add(ScenarioGroup.ALL.value)
148146

149-
elif file in ("scenario_groups.yml", "shell.nix"):
147+
elif file in ("scenario_groups.yml", "shell.nix", "flake.nix", "flake.lock", "treefmt.nix"):
150148
# nothing to do
151149
pass
152150

0 commit comments

Comments
 (0)