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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 253c24eb0 Enable GitHub actions
253c24eb0 is described below

commit 253c24eb076689f11932d37c8bdccc9cdae233e7
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Fri Nov 11 12:36:39 2022 +0300

    Enable 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 3d5ef1fff..da56d6d27 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -56,7 +56,7 @@ jobs:
   deploy:
     needs: verify
     runs-on: ubuntu-latest
-    if: github.repository == 'apache/cayenne' && (contains(github.ref_name, 
'STABLE-') || github.ref == 'refs/heads/master'))
+    if: github.repository == 'apache/cayenne' && (contains(github.ref_name, 
'STABLE-') || github.ref == 'refs/heads/master')
 
     steps:
       - name: Checkout repository

Reply via email to