Skip to content

Commit e1ede24

Browse files
committed
fix: workflow branches
1 parent 2df7331 commit e1ede24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424
contents: read
2525

2626
env:
27-
WORKFLOW_BRANCH: "new_deployment_build-push-helm-chart"
27+
WORKFLOW_BRANCH: "new_deployment"
2828

2929
concurrency:
3030
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'

.github/workflows/check-helm-chart-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
env:
26-
WORKFLOW_BRANCH: "new_deployment_build-push-helm-chart"
26+
WORKFLOW_BRANCH: "new_deployment"
2727

2828
jobs:
2929
check-helm-chart-version:

0 commit comments

Comments
 (0)