Skip to content

Fork bombei93

Fork bombei93 #77

Workflow file for this run

name: PR
on:
pull_request:
branches:
- development
# TODO: add release-* ??
# TODO: or remove branches condition completely ??
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
check-and-build:
uses: nepalevov/ai-dial-ci/.github/workflows/generic_docker_pr.yml@main
with:
enable_ort: false # TODO: remove after debug
# TODO: remove after debug HINT: outputs: ["image_name", "image_tag", "artifact_name"]