This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch github-action-test
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/github-action-test by this 
push:
     new 32b9fc596 Test GitHub actions
32b9fc596 is described below

commit 32b9fc59621b74ce56832a208f0cb5fbcd2da472
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Thu Nov 10 18:09:57 2022 +0300

    Test GitHub actions
---
 .github/workflows/verify-deploy-on-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/verify-deploy-on-push.yml 
b/.github/workflows/verify-deploy-on-push.yml
index b3b43d9fc..d78ff2bd1 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -52,7 +52,7 @@ jobs:
         run: mvn verify -q -DcayenneTestConnection=${{ matrix.db-profile }} 
-DcayenneLogLevel=ERROR
 
   deploy:
-    needs: build
+    needs: verify
     runs-on: ubuntu-latest
     if: github.repository == 'apache/cayenne' && contains(github.ref_name, 
'STABLE-')
 

Reply via email to