Skip to content

Commit

Permalink
Update deep-fuzz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev authored Aug 21, 2023
1 parent 57762af commit ff70800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deep-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
forge test
fi
if ${{ github.event_name == 'push' }}; then
if -n ${{ steps.changed-files.outputs.all_changed_files }}; then
if [ -z "${{ steps.changed-files.outputs.all_changed_files }}" ]; then
echo "No Solidity contracts were modified, skipping deep fuzzing..."
exit 0
fi
Expand Down

0 comments on commit ff70800

Please sign in to comment.