diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 785af47a9..61854f1e9 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -90,4 +90,5 @@ jobs: labels: ${{ steps.meta.outputs.labels }} # 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 \ No newline at end of file + uses: advanced-security/maven-dependency-submission-action@v4 + if: github.event_name != 'pull_request' \ No newline at end of file