Skip to content

Commit

Permalink
workflows: no audit on bots
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Oct 8, 2024
1 parent ded2afa commit 11e3e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
run: npm install

- name: Audit dependencies
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
run: npm audit

- name: Build website
Expand Down

0 comments on commit 11e3e67

Please sign in to comment.