From cbad7527e7562a5abfdffc87f29df33e46e87877 Mon Sep 17 00:00:00 2001 From: Philip Gao Date: Sun, 18 Feb 2024 05:33:46 +0000 Subject: [PATCH] Fix check enforcer --- .github/workflows/samples_flows_chat_chat_basic.yml | 8 ++++---- .github/workflows/samples_getstarted_flowasfunction.yml | 2 +- examples/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/samples_flows_chat_chat_basic.yml b/.github/workflows/samples_flows_chat_chat_basic.yml index 94ae8031e7d..132b9a33bbe 100644 --- a/.github/workflows/samples_flows_chat_chat_basic.yml +++ b/.github/workflows/samples_flows_chat_chat_basic.yml @@ -3,20 +3,20 @@ # Any manual changes to this file may cause incorrect behavior. # Any manual changes will be overwritten if the code is regenerated. -name: samples_flows_chat_basic_chat +name: samples_flows_chat_chat_basic on: schedule: - - cron: "40 22 * * *" # Every day starting at 6:40 BJT + - cron: "55 20 * * *" # Every day starting at 4:55 BJT pull_request: branches: [ main ] - paths: [ examples/flows/chat/chat-basic/**, examples/*requirements.txt, .github/workflows/samples_flows_chat_basic_chat.yml ] + paths: [ examples/flows/chat/chat-basic/**, examples/*requirements.txt, .github/workflows/samples_flows_chat_chat_basic.yml ] workflow_dispatch: env: IS_IN_CI_PIPELINE: "true" jobs: - samples_flows_chat_basic_chat: + samples_flows_chat_chat_basic: runs-on: ubuntu-latest steps: - name: Checkout repository diff --git a/.github/workflows/samples_getstarted_flowasfunction.yml b/.github/workflows/samples_getstarted_flowasfunction.yml index 8cedc5a74af..03b35ad48aa 100644 --- a/.github/workflows/samples_getstarted_flowasfunction.yml +++ b/.github/workflows/samples_getstarted_flowasfunction.yml @@ -9,7 +9,7 @@ on: - cron: "17 21 * * *" # Every day starting at 5:17 BJT pull_request: branches: [ main ] - paths: [ examples/tutorials/get-started/**, examples/flows/standard/web-classification/**, examples/flows/chat/chat-basic/**, .github/workflows/samples_getstarted_flowasfunction.yml, examples/requirements.txt, examples/connections/azure_openai.yml ] + paths: [ examples/tutorials/get-started/**, examples/flows/standard/web-classification/**, examples/flows/chat/basic-chat/**, .github/workflows/samples_getstarted_flowasfunction.yml, examples/requirements.txt, examples/connections/azure_openai.yml ] workflow_dispatch: env: diff --git a/examples/README.md b/examples/README.md index bbacb758f74..6160b96069c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -75,7 +75,7 @@ | path | status | description | ------|--------|------------- -| [chat-basic](flows/chat/chat-basic/README.md) | [![samples_flows_chat_basic_chat](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_basic_chat.yml/badge.svg?branch=main)](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_basic_chat.yml) | This example shows how to create a basic chat flow | +| [chat-basic](flows/chat/chat-basic/README.md) | [![samples_flows_chat_chat_basic](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_basic.yml/badge.svg?branch=main)](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_basic.yml) | This example shows how to create a basic chat flow | | [chat-math-variant](flows/chat/chat-math-variant/README.md) | [![samples_flows_chat_chat_math_variant](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_math_variant.yml/badge.svg?branch=main)](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_math_variant.yml) | This is a prompt tuning case with 3 prompt variants for math question answering | | [chat-with-image](flows/chat/chat-with-image/README.md) | [![samples_flows_chat_chat_with_image](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_with_image.yml/badge.svg?branch=main)](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_with_image.yml) | This flow demonstrates how to create a chatbot that can take image and text as input | | [chat-with-pdf](flows/chat/chat-with-pdf/README.md) | [![samples_flows_chat_chat_with_pdf](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_with_pdf.yml/badge.svg?branch=main)](https://github.com/microsoft/promptflow/actions/workflows/samples_flows_chat_chat_with_pdf.yml) | This is a simple flow that allow you to ask questions about the content of a PDF file and get answers | @@ -128,4 +128,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Reference -* [Promptflow documentation](https://microsoft.github.io/promptflow/) \ No newline at end of file +* [Promptflow documentation](https://microsoft.github.io/promptflow/)