Skip to content

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

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

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

Workflow file for this run

name: Build inference-benchmarker

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build_ci.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build, rust
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:
rust:
use: ./.github/workflows/rust.yaml
build:
use: ./.github/workflows/build.yaml
needs: rust