Skip to content

Commit

Permalink
yet another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent f3eaea2 commit 8fc6f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2889,7 +2889,8 @@ jobs:
uv venv .venv && source .venv/bin/activate
make openapi-specs
changed_files=$(git diff --name-only | awk '{$1=$1};1')
[ -z "${changed_files}" ] && echo "${changed_files}" && exit 1
echo "files which changed: ${changed_files}"
[ -z "${changed_files}" ] && exit 1
api-spec-backwards-compatible:
Expand Down

0 comments on commit 8fc6f0e

Please sign in to comment.