Skip to content

Commit

Permalink
workflows: no audit on bots (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Oct 8, 2024
1 parent 7159cb5 commit 2a50e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a50e6d

Please sign in to comment.