Skip to content

Commit

Permalink
fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Sep 25, 2024
1 parent c118bbf commit de8afbb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit de8afbb

Please sign in to comment.