From de8afbbb58d3c58ee8495d75d256747c4c2c9cda Mon Sep 17 00:00:00 2001 From: allyoucanmap Date: Wed, 25 Sep 2024 14:25:15 +0200 Subject: [PATCH] fix build workflow --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5efc9887d6..4272b59f96 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: GeoNode Client 4.4.x CI (build) concurrency: - group: "client_build" + group: "client_build_4.4.x" cancel-in-progress: true # Controls when the workflow will run on: @@ -83,4 +83,6 @@ jobs: token: ${{ steps.generate-token.outputs.token }} base: "4.4.x" title: "[4.4.x] new client build" - body: "Automated client build from GeoNode Client CI" + body: "Automated client build from GeoNode Client 4.4.x CI" + branch: "4.4.x-create-pull-request/patch" +