Skip to content

Commit 2a2c9bc

Browse files
committed
[CI] Skip dependency analysis for PRs
1 parent 2789f2e commit 2a2c9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
env:
4545
OSSINDEX_TOKEN: ${{ secrets.OSSINDEX_TOKEN }}
4646
OSSINDEX_USERNAME: ${{ secrets.OSSINDEX_USERNAME }}
47-
run: mvn -B install --file pom.xml -DautoUpdate=false --settings scripts/maven-ci-settings.xml
47+
run: mvn -B install --file pom.xml -DautoUpdate=false -Dskip=true --settings scripts/maven-ci-settings.xml
4848

0 commit comments

Comments
 (0)