mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-06-10 15:37:28 +00:00
fix: dependency graph 步骤添加 continue-on-error,fork 仓库未启用时不影响 CI
This commit is contained in:
1
.github/workflows/maven.yml
vendored
1
.github/workflows/maven.yml
vendored
@@ -60,6 +60,7 @@ jobs:
|
|||||||
- 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'
|
if: github.event_name != 'pull_request'
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
ignore-maven-wrapper: true
|
ignore-maven-wrapper: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user