From 039cc199fa867fba00bbad72b88a204494995a42 Mon Sep 17 00:00:00 2001 From: mshanemc Date: Wed, 26 Jul 2023 14:58:43 -0500 Subject: [PATCH] chore: pr comments --- .github/workflows/test.yml | 2 +- src/logger/cleanup.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9afbf11b7..f5a38d5182 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: needs: linux-unit-tests uses: salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main nuts: - # needs: linux-unit-tests + needs: linux-unit-tests uses: salesforcecli/github-workflows/.github/workflows/externalNut.yml@main strategy: fail-fast: false diff --git a/src/logger/cleanup.ts b/src/logger/cleanup.ts index c0c02e7b09..b9d0c2f395 100644 --- a/src/logger/cleanup.ts +++ b/src/logger/cleanup.ts @@ -12,7 +12,7 @@ import { Logger } from './logger'; /** * the odds of running are 1 in CLEAN_ODDS * ex: CLEAN_ODDS=100 implies 1 in 100 - * ex: CLEAN_ODDS=100 implies 1 in 1 (run every time) + * ex: CLEAN_ODDS=1 implies 1 in 1 (run every time) * */ const CLEAN_ODDS = 100; const MAX_FILE_AGE_DAYS = 7;