PR时不更新依赖图

This commit is contained in:
xrgzs
2024-12-17 16:15:59 +08:00
parent d2537282c9
commit f4ae1eaa51

View File

@@ -49,6 +49,7 @@ jobs:
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph - name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v3 uses: advanced-security/maven-dependency-submission-action@v3
if: github.event_name != 'pull_request'
with: with:
ignore-maven-wrapper: true ignore-maven-wrapper: true