Skip to content

wc: Refactor render method of jupyter notebook tool #TASK-7216 #TASK-… #3757

wc: Refactor render method of jupyter notebook tool #TASK-7216 #TASK-…

wc: Refactor render method of jupyter notebook tool #TASK-7216 #TASK-… #3757

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