Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis committed Dec 3, 2024
1 parent 7f1bd60 commit 2f06105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,7 @@ jobs:
make openapi-specs
changed_files=$(git diff --name-only | awk '{$1=$1};1')
echo "Changes (run 'make openapi-specs' to update): \n${changed_files}"
[ -z "${changed_files}" ] && exit 1
[[ -z "${changed_files}" ]] && exit 1
api-spec-backwards-compatible:
Expand Down

0 comments on commit 2f06105

Please sign in to comment.