diff --git a/.github/workflows/devops.yml b/.github/workflows/devops.yml index 5272a20..afc0c68 100644 --- a/.github/workflows/devops.yml +++ b/.github/workflows/devops.yml @@ -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 @@ -156,4 +156,4 @@ jobs: - name: Create NPM release uses: JS-DevTools/npm-publish@v3 with: - token: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + token: ${{ secrets.NPM_TOKEN }}