From d95ea7b11f3332e569f4b717770aacda5799b395 Mon Sep 17 00:00:00 2001 From: YouWenKee Date: Wed, 28 Aug 2024 13:59:31 +0800 Subject: [PATCH] remove run deployment from workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0423e4da..ce141ec87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,5 +47,5 @@ jobs: name: code-coverage-report path: target/site/jacoco/** - - name: Run Deployment - run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar + # - name: Run Deployment + # run: java -jar target/spring-petclinic-3.3.0-SNAPSHOT.jar