From 7f8ffd3f82a372a46b2bcb00b49f54a090d34f75 Mon Sep 17 00:00:00 2001 From: Marko Frankovic Date: Thu, 27 Mar 2025 14:19:40 +0100 Subject: [PATCH] Clone curh-shemas #5 --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 9bc6dd1..ac37588 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -37,7 +37,7 @@ jobs: - name: Checkout tools repo main branch uses: actions/checkout@v4 - if: ${{ hashFiles('curh-schemas/pom.xml') != '' }} + if: ${{ hashFiles('curh-schemas/pom.xml') == '' }} with: repository: curh-backend/curh-schemas path: curh-schemas