From d5d6c71a90df0e787d387e4f432c929beeb8a74c Mon Sep 17 00:00:00 2001 From: James Zow Date: Sun, 24 Sep 2023 20:08:46 +0800 Subject: [PATCH] Update maven.yml We will not conduct Maven verification for now because Tencent Cloud's SDK has not been released yet --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1c077146..4643e534 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -28,7 +28,7 @@ jobs: distribution: 'temurin' cache: maven - name: Build with Maven - run: mvn -B package --file pom.xml + # run: mvn -B package --file pom.xml # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive # - name: Update dependency graph