Skip to content

Commit 9ae860f

Browse files
authored
ci: revert the typo fix in the build workflow
1 parent e68b9cf commit 9ae860f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
exit 1
136136
fi
137137
echo "Running tests..."
138-
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "true" ]]; then
138+
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
139139
echo "Lower coverage failures will be ignored."
140140
./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage
141141
else

0 commit comments

Comments
 (0)