Skip to content
This repository was archived by the owner on Sep 11, 2026. It is now read-only.

Commit 4ce7d3d

Browse files
committed
ensure that recipe entrypoint is checked for changes
1 parent 2d9260d commit 4ce7d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/infra_visualiser_action

src/infra_visualiser_action/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main(directory: str, recipe_nickname: str, host: str, gcp_credentials_json:
107107

108108
mark_dir_safe(repo_root)
109109
if not has_terraform_changes_in_paths(
110-
[l.relative_to(repo_root) for l in local_modules]+[recipe_dir],
110+
[l.relative_to(repo_root) for l in local_modules]+[recipe_dir.resolve()],
111111
repo_root
112112
):
113113
click.echo("No relevant Terraform files changes found. Skipping archive creation.")

0 commit comments

Comments
 (0)