diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0ea15198..61347017 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -33,3 +33,4 @@ jobs: # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive - name: Update dependency graph uses: advanced-security/maven-dependency-submission-action@v4 + if: github.event_name != 'pull_request'