From 366b42d2adcdc03deb081b869ce431bb70fec844 Mon Sep 17 00:00:00 2001 From: NiharikaJamble Date: Thu, 8 Aug 2024 09:06:39 -0400 Subject: [PATCH] Update specimin_evaluation_CI.yml --- .github/workflows/specimin_evaluation_CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/specimin_evaluation_CI.yml b/.github/workflows/specimin_evaluation_CI.yml index b7a6aa84..14e9f64c 100644 --- a/.github/workflows/specimin_evaluation_CI.yml +++ b/.github/workflows/specimin_evaluation_CI.yml @@ -146,6 +146,7 @@ jobs: else echo "Current accuracy is less than previous run accuracy." exit 1 + fi - name: Update GitHub Variable if: ${{ steps.read_update_set_variable.outputs.update_needed == 'true' }} && github.event_name == 'push' && github.ref == 'refs/heads/main'