Skip to content

Commit c605e00

Browse files
authored
Removed duplicated license check (#538)
1 parent 86b4d66 commit c605e00

3 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ jobs:
3939
with:
4040
project_folder: "apps"
4141

42-
license-check:
43-
permissions:
44-
contents: read
45-
runs-on: 'ubuntu-latest'
46-
steps:
47-
- name: Checkout code
48-
uses: actions/checkout@v6
49-
50-
- name: License check
51-
run: make license
52-
5342
matching-versions:
5443
permissions:
5544
contents: read

apps/root/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5-dev

apps/root/deploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ apiVersion: v2
44
name: orch-ui-root
55
description: Deploy Edge Orchestrator UI pods on Kubernetes
66
type: application
7-
version: 4.0.4
7+
version: 4.0.5-dev
88
# Default appVersion will be overwritten by a the build to use the version from package.json.
99

1010
# This value is supplied only to enable local unbuilt deployment of released content.
11-
appVersion: "4.0.4"
11+
appVersion: "4.0.5-dev"
1212
annotations: {}
1313
dependencies: []

0 commit comments

Comments
 (0)