Skip to content

Commit e84be97

Browse files
set WORKFLOW_BRANCH to main for merging
1 parent ca1ebc0 commit e84be97

15 files changed

+15
-15
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ env:
102102
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
103103
PYPI_USERNAME: "datavisyn"
104104
PYTHON_VERSION: "3.10"
105-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
105+
WORKFLOW_BRANCH: "main"
106106
POSTGRES_HOSTNAME: postgres_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}
107107

108108
permissions:

.github/workflows/build-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
env:
3333
NPM_REGISTRY: "https://registry.npmjs.org/"
3434
NODE_VERSION: "20.9"
35-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
35+
WORKFLOW_BRANCH: "main"
3636

3737
permissions:
3838
contents: read

.github/workflows/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
TIME_ZONE: "Europe/Vienna"
2828
NODE_VERSION: "20.9"
2929
PYTHON_VERSION: "3.10"
30-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
30+
WORKFLOW_BRANCH: "main"
3131
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
3232
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
3333
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"

.github/workflows/build-push-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ permissions:
2828
contents: read
2929

3030
env:
31-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
31+
WORKFLOW_BRANCH: "main"
3232

3333
jobs:
3434
build:

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

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

2424
env:
25-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
25+
WORKFLOW_BRANCH: "main"
2626

2727
concurrency:
2828
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'

.github/workflows/build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
2222
PYPI_USERNAME: "test"
2323
PYTHON_VERSION: "3.10"
24-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
24+
WORKFLOW_BRANCH: "main"
2525

2626
permissions:
2727
contents: read

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ env:
4545
TIME_ZONE: "Europe/Vienna"
4646
NODE_VERSION: "20.9"
4747
PYTHON_VERSION: "3.10"
48-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
48+
WORKFLOW_BRANCH: "main"
4949
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
5050
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
5151
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"

.github/workflows/build-workspace-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
TIME_ZONE: "Europe/Vienna"
4444
NODE_VERSION: "20.9"
4545
PYTHON_VERSION: "3.10"
46-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
46+
WORKFLOW_BRANCH: "main"
4747
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
4848
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
4949
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"

.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: "feat-automate-releases-releasenotes"
26+
WORKFLOW_BRANCH: "main"
2727

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

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ concurrency:
3838

3939
env:
4040
GA_VERSION: "main"
41-
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
41+
WORKFLOW_BRANCH: "main"
4242

4343
jobs:
4444
deploy:

0 commit comments

Comments
 (0)