From 9ae860faf1d09b12f83e1847dcb4f033c2885ffa Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 22 Jun 2023 12:45:26 -0400 Subject: [PATCH] ci: revert the typo fix in the build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ebaffee0..f4e1bac3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,7 @@ jobs: exit 1 fi echo "Running tests..." - if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "true" ]]; then + if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then echo "Lower coverage failures will be ignored." ./ietf/manage.py test --settings=settings_postgrestest --ignore-lower-coverage else