From 1fc2edec49ee2f7020c8afdbca000088add16842 Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Thu, 16 Jan 2025 20:41:38 -0700 Subject: [PATCH] Disable chatbot test --- .github/workflows/test-aiml.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test-aiml.yaml b/.github/workflows/test-aiml.yaml index 402871965..21b62ff17 100644 --- a/.github/workflows/test-aiml.yaml +++ b/.github/workflows/test-aiml.yaml @@ -15,8 +15,3 @@ jobs: with: glob: aiml/inferentia secrets: inherit - test-chatbot: - uses: ./.github/workflows/module-test.yaml - with: - module: aiml/chatbot - secrets: inherit