Skip to content

Commit 2f06105

Browse files
committed
test
1 parent 7f1bd60 commit 2f06105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ jobs:
28902890
make openapi-specs
28912891
changed_files=$(git diff --name-only | awk '{$1=$1};1')
28922892
echo "Changes (run 'make openapi-specs' to update): \n${changed_files}"
2893-
[ -z "${changed_files}" ] && exit 1
2893+
[[ -z "${changed_files}" ]] && exit 1
28942894
28952895
28962896
api-spec-backwards-compatible:

0 commit comments

Comments
 (0)