From 1311380ed67f13566c6315398c55bc5c21ce3c6f Mon Sep 17 00:00:00 2001 From: greg pereira Date: Sat, 13 Apr 2024 07:08:21 -0700 Subject: [PATCH] include common directory in tests on path changes Signed-off-by: greg pereira --- .github/workflows/chatbot.yaml | 2 ++ .github/workflows/codegen.yaml | 2 ++ .github/workflows/model_servers.yaml | 2 +- .github/workflows/rag.yaml | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chatbot.yaml b/.github/workflows/chatbot.yaml index 14b726ded..f04be8350 100644 --- a/.github/workflows/chatbot.yaml +++ b/.github/workflows/chatbot.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/chatbot/** - .github/workflows/chatbot.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/chatbot/** - .github/workflows/chatbot.yaml diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index b3ec2c5ce..bdd8d01a5 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/codegen/** - .github/workflows/codegen.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/codegen/** - .github/workflows/codegen.yaml diff --git a/.github/workflows/model_servers.yaml b/.github/workflows/model_servers.yaml index 4bbc893ce..16f75b0f6 100644 --- a/.github/workflows/model_servers.yaml +++ b/.github/workflows/model_servers.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - ./model_servers/ + - ./model_servers/** - .github/workflows/model_servers.yaml push: branches: diff --git a/.github/workflows/rag.yaml b/.github/workflows/rag.yaml index 3fbe96ef2..b8a43e8be 100644 --- a/.github/workflows/rag.yaml +++ b/.github/workflows/rag.yaml @@ -5,12 +5,14 @@ on: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/rag/** - .github/workflows/rag.yaml push: branches: - main paths: + - ./recipes/common/Makefile.common - ./recipes/natural_language_processing/rag/** - .github/workflows/rag.yaml