diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index b01f983..db2ddb8 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -26,18 +26,19 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Checkout tools repo feature branch - uses: actions/checkout@v4 - continue-on-error: true - with: - repository: curh-backend/curh-schemas - path: curh-schemas - ref: ${{ github.ref }} - token: ${{ secrets.DEVOPS_ACCESS_TOKEN }} +# Uncomment this if feature branch for curh-schemas is needed +# - name: Checkout tools repo feature branch +# uses: actions/checkout@v4 +# continue-on-error: true +# with: +# repository: curh-backend/curh-schemas +# path: curh-schemas +# ref: ${{ github.ref }} +# token: ${{ secrets.DEVOPS_ACCESS_TOKEN }} - 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