Skip to content

Commit 8fc6f0e

Browse files
committed
yet another fix
1 parent f3eaea2 commit 8fc6f0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,8 @@ jobs:
28892889
uv venv .venv && source .venv/bin/activate
28902890
make openapi-specs
28912891
changed_files=$(git diff --name-only | awk '{$1=$1};1')
2892-
[ -z "${changed_files}" ] && echo "${changed_files}" && exit 1
2892+
echo "files which changed: ${changed_files}"
2893+
[ -z "${changed_files}" ] && exit 1
28932894
28942895
28952896
api-spec-backwards-compatible:

0 commit comments

Comments
 (0)