Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Sep 25, 2024
1 parent 318399b commit c118bbf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 119 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/backport.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This is a basic workflow to help you get started with Actions

name: GeoNode Client CI (build)
name: GeoNode Client 4.4.x CI (build)

concurrency:
group: "client_build"
cancel-in-progress: true
# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the master branch
# Triggers the workflow on push events but only for the 4.4.x branch
push:
branches: [ master ]
branches: [ 4.4.x ]
paths:
- "VERSION"
- "geonode_mapstore_client/client/**"
Expand Down Expand Up @@ -81,6 +81,6 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ steps.generate-token.outputs.token }}
base: "master"
title: "new client build"
base: "4.4.x"
title: "[4.4.x] new client build"
body: "Automated client build from GeoNode Client CI"
84 changes: 0 additions & 84 deletions .github/workflows/static.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: GeoNode Client CI (tests)
name: GeoNode Client 4.4.x CI (tests)

# Controls when the workflow will run
on:
# Triggers the workflow pull request events but only for the master branch
# Triggers the workflow pull request events but only for the 4.4.x branch
pull_request:
branches: [ master ]
branches: [ 4.4.x ]
paths:
- "geonode_mapstore_client/client/**"

Expand Down

0 comments on commit c118bbf

Please sign in to comment.