From 2a50e6d953339683c06ac2ac34cdb8c11f1754a4 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 8 Oct 2024 11:14:42 +0200 Subject: [PATCH] workflows: no audit on bots (#383) --- .github/workflows/unit-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 9c5c725a..8fbe00bf 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -35,4 +35,5 @@ jobs: - run: node --unhandled-rejections=strict fern.js test configs/ci/unit-tests.js -l unit-node --environment testing --no-build --ci report.xml - - run: npm audit + - if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} + run: npm audit