From a84b44937c3e0cc4a1f9dad6e0a07f505e1f0be3 Mon Sep 17 00:00:00 2001 From: Alexey Rybak Date: Mon, 22 Sep 2025 14:31:49 -0700 Subject: [PATCH] update API conformance test --- .github/workflows/conformance.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index c7962c93d..fc83c4f27 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -13,8 +13,8 @@ on: branches: [ main ] types: [opened, synchronize, reopened] paths: - - 'docs/_static/llama-stack-spec.yaml' - - 'docs/_static/llama-stack-spec.html' + - 'docs/static/llama-stack-spec.yaml' + - 'docs/static/llama-stack-spec.html' - '.github/workflows/conformance.yml' # This workflow itself concurrency: