diff --git a/.github/workflows/full-loop.yml b/.github/workflows/full-loop.yml index dde211aa..a339c925 100644 --- a/.github/workflows/full-loop.yml +++ b/.github/workflows/full-loop.yml @@ -25,7 +25,7 @@ jobs: baseline_scan_only: false - run: | echo ${{ steps.action.outputs.reviewdog-findings }} - if ((${{ steps.action.outputs.reviewdog-findings }} < 109)); then + if ((${{ steps.action.outputs.reviewdog-findings }} < 106)); then echo "Too few reviewdog findings" exit 1 fi @@ -54,4 +54,4 @@ jobs: exit 1 fi shell: bash - name: Check number of findings \ No newline at end of file + name: Check number of findings