Skip to content

Commit

Permalink
full-loop: decrease total findings number
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Sep 13, 2023
1 parent be14e4a commit 595c512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
exit 1
fi
shell: bash
name: Check number of findings
name: Check number of findings

0 comments on commit 595c512

Please sign in to comment.