Skip to content

iva-app: Fix configuration of the organisation section of login page … #3741

iva-app: Fix configuration of the organisation section of login page …

iva-app: Fix configuration of the organisation section of login page … #3741

Workflow file for this run

name: "Task workflow for TASK-* branches"
on:
push:
branches:
- "TASK-*"
jobs:
build:
uses: ./.github/workflows/build-jsorolla-workflow.yml
test:
uses: ./.github/workflows/test.yml
needs: build
with:
test_profile: runShortTests
secrets: inherit
deploy-docker:
uses: ./.github/workflows/deploy-docker-jsorolla.yml
needs: test
with:
cli: python3 ./docker/docker-build.py push --tag ${{ github.ref_name }}
secrets: inherit