Skip to content

Commit

Permalink
💚 Add 'dependabot[bot]' exception
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Apr 15, 2024
1 parent 89808b3 commit c67d63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# SonarCloud job
#
test_sonar:
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
needs: [
test_nodejs,
test_markdownlint
Expand Down Expand Up @@ -156,4 +156,4 @@ jobs:
- name: Create NPM release
uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit c67d63b

Please sign in to comment.