Skip to content

refactor, Separate LLM prompt template for "write test" task so we ca… #365

refactor, Separate LLM prompt template for "write test" task so we ca…

refactor, Separate LLM prompt template for "write test" task so we ca… #365

Workflow file for this run

name: Branch CI
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docker:
name: 'Run docker image building'
uses: ./.github/workflows/docker.yml