CI: run only on file changes (#784)

This commit is contained in:
Vadym Barda
2024-06-24 14:44:55 -04:00
committed by GitHub
parent 393a0e741c
commit 66ae1ff9b0
6 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ from langgraph_cli.util import clean_empty_lines
OPT_DOCKER_COMPOSE = click.option(
"--docker-compose",
"-d",
help="Advanced: Path to docker-compose.yml file with additional services to launch",
help="Advanced: Path to docker-compose.yml file with additional services to launch.",
type=click.Path(
exists=True,
file_okay=True,