Skip to content

[Timeline]: fixed math of deadlines/estimateTo/etc. #292

[Timeline]: fixed math of deadlines/estimateTo/etc.

[Timeline]: fixed math of deadlines/estimateTo/etc. #292

Workflow file for this run

name: qa
# Controls when the action will run.
on:
push:
branches: [ feature/timeline ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
jobs:
call-base-for-qa:
# Call all jobs from base.yml
uses: ./.github/workflows/base.yml
secrets:
REGISTRY_URL: ${{ secrets.REGISTRY_URL }}
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}
COMMON_HELMCHART_NAME: ${{ secrets.COMMON_HELMCHART_NAME }}
COMMON_HELMCHART_VERSION: ${{ secrets.COMMON_HELMCHART_VERSION_NONPROD }}
APP_NAME_BASE: ${{ secrets.APP_NAME_QA }}
with:
values-file: values.qa.yaml
# TODO: After migrating prod environment we can use the same image name for prod and non-prod
image-name: ui-nonprod
git-version-mode: ''