Skip to content

Commit

Permalink
update WORKFLOW_BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Jul 1, 2024
1 parent 55d9285 commit c18acc9
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ env:
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYPI_USERNAME: "datavisyn"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
POSTGRES_HOSTNAME: postgres_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
env:
NPM_REGISTRY: "https://registry.npmjs.org/"
NODE_VERSION: "20.9"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

concurrency:
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env:
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-workspace-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ env:
TIME_ZONE: "Europe/Vienna"
NODE_VERSION: "20.9"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
PYTHON_BASE_IMAGE: "python:3.10.8-slim-bullseye"
DATAVISYN_PYTHON_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/python:main"
DATAVISYN_NGINX_BASE_IMAGE: "188237246440.dkr.ecr.eu-central-1.amazonaws.com/datavisyn/base/nginx:main"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-helm-chart-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
contents: read

env:
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

jobs:
check-helm-chart-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

env:
GA_VERSION: "main"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYPI_USERNAME: "datavisyn"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
env:
NPM_REGISTRY: "https://registry.npmjs.org/"
NODE_VERSION: "20.9"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
PYPI_REGISTRY: "https://upload.pypi.org/legacy/"
PYTHON_VERSION: "3.10"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-product.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
env:
GA_VERSION: "main"
GITHUB_USER: "datavisyn-bot"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"

jobs:
###############################################################################################################
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
GA_VERSION: "main"
GITHUB_USER: "datavisyn-bot"
WORKFLOW_BRANCH: "main"
WORKFLOW_BRANCH: "feat-automate-releases-releasenotes"
GITHUB_TOKEN: ${{ secrets.DATAVISYN_BOT_REPO_TOKEN }}
CHARTMUSEUM_TOKEN: ${{ secrets.CHARTMUSEUM_TOKEN }}

Expand Down

0 comments on commit c18acc9

Please sign in to comment.