Skip to content

Merge remote-tracking branch 'origin/TASK-7033' into TASK-7033 #3596

Merge remote-tracking branch 'origin/TASK-7033' into TASK-7033

Merge remote-tracking branch 'origin/TASK-7033' into TASK-7033 #3596

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