Skip to content

chore: Update CI to skip docker image build if Rust checks fail. #1

chore: Update CI to skip docker image build if Rust checks fail.

chore: Update CI to skip docker image build if Rust checks fail. #1

Workflow file for this run

name: Build inference-benchmarker
on:
workflow_dispatch:
workflow_call:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
- use: ./.github/workflows/rust.yaml

Check failure on line 20 in .github/workflows/build_ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_ci.yaml

Invalid workflow file

You have an error in your yaml syntax on line 20
- use: ./.github/workflows/build.yaml