diff --git a/.github/workflows/samples_configuration.yml b/.github/workflows/samples_configuration.yml index 4ce7739a076..66e42e2b7b8 100644 --- a/.github/workflows/samples_configuration.yml +++ b/.github/workflows/samples_configuration.yml @@ -9,7 +9,7 @@ on: - cron: "40 22 * * *" # Every day starting at 6:40 BJT pull_request: branches: [ main ] - paths: [ examples/**, examples/*requirements.txt, .github/workflows/samples_configuration.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, examples/*requirements.txt, .github/workflows/samples_configuration.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_flowinpipeline_pipeline.yml b/.github/workflows/samples_flowinpipeline_pipeline.yml index 371455133a4..1d36c8fdb41 100644 --- a/.github/workflows/samples_flowinpipeline_pipeline.yml +++ b/.github/workflows/samples_flowinpipeline_pipeline.yml @@ -9,7 +9,7 @@ on: - cron: "28 19 * * *" # Every day starting at 3:28 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_flowinpipeline_pipeline.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_flowinpipeline_pipeline.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_getstarted_flowasfunction.yml b/.github/workflows/samples_getstarted_flowasfunction.yml index 6fa995fcecb..d00745733ed 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/**, .github/workflows/samples_getstarted_flowasfunction.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_getstarted_flowasfunction.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_getstarted_quickstart.yml b/.github/workflows/samples_getstarted_quickstart.yml index 6918a184b5d..104fe8f17f0 100644 --- a/.github/workflows/samples_getstarted_quickstart.yml +++ b/.github/workflows/samples_getstarted_quickstart.yml @@ -9,7 +9,7 @@ on: - cron: "55 21 * * *" # Every day starting at 5:55 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_getstarted_quickstart.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_getstarted_quickstart.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_getstarted_quickstartazure.yml b/.github/workflows/samples_getstarted_quickstartazure.yml index 032410322dd..adc45e0fdf4 100644 --- a/.github/workflows/samples_getstarted_quickstartazure.yml +++ b/.github/workflows/samples_getstarted_quickstartazure.yml @@ -9,7 +9,7 @@ on: - cron: "24 20 * * *" # Every day starting at 4:24 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_getstarted_quickstartazure.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_getstarted_quickstartazure.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_runmanagement_cloudrunmanagement.yml b/.github/workflows/samples_runmanagement_cloudrunmanagement.yml index 67711268169..808f4754977 100644 --- a/.github/workflows/samples_runmanagement_cloudrunmanagement.yml +++ b/.github/workflows/samples_runmanagement_cloudrunmanagement.yml @@ -9,7 +9,7 @@ on: - cron: "24 20 * * *" # Every day starting at 4:24 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_runmanagement_cloudrunmanagement.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_runmanagement_cloudrunmanagement.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_runmanagement_runmanagement.yml b/.github/workflows/samples_runmanagement_runmanagement.yml index 681930e394b..5c8c9633e5a 100644 --- a/.github/workflows/samples_runmanagement_runmanagement.yml +++ b/.github/workflows/samples_runmanagement_runmanagement.yml @@ -9,7 +9,7 @@ on: - cron: "51 20 * * *" # Every day starting at 4:51 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_runmanagement_runmanagement.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_runmanagement_runmanagement.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml b/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml index b02ce82dc13..7d2d9a64b03 100644 --- a/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml +++ b/.github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml @@ -9,7 +9,7 @@ on: - cron: "1 19 * * *" # Every day starting at 3:1 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_e2e_development_chat_with_pdf.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml b/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml index ec78331c56e..91ce13babd1 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml @@ -9,7 +9,7 @@ on: - cron: "48 20 * * *" # Every day starting at 4:48 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_azure_app_service.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml b/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml index 8808e2e66c8..705c9214ee1 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml @@ -9,7 +9,7 @@ on: - cron: "59 21 * * *" # Every day starting at 5:59 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_distribute_flow_as_executable_app.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_flow_deploy_docker.yml b/.github/workflows/samples_tutorials_flow_deploy_docker.yml index 8a17ecf13ea..793c1f3a522 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_docker.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_docker.yml @@ -9,7 +9,7 @@ on: - cron: "53 20 * * *" # Every day starting at 4:53 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_docker.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_docker.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml b/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml index 7c1a6bcc556..aff6e1ddd19 100644 --- a/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml +++ b/.github/workflows/samples_tutorials_flow_deploy_kubernetes.yml @@ -9,7 +9,7 @@ on: - cron: "19 19 * * *" # Every day starting at 3:19 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_kubernetes.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_flow_deploy_kubernetes.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/.github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml b/.github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml index d05df3e8e45..5ebbcbb75a0 100644 --- a/.github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml +++ b/.github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml @@ -9,7 +9,7 @@ on: - cron: "15 19 * * *" # Every day starting at 3:15 BJT pull_request: branches: [ main ] - paths: [ examples/**, .github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml, '!examples/flow/integrations/**' ] + paths: [ examples/**, .github/workflows/samples_tutorials_flow_fine_tuning_evaluation_promptflow_quality_improvement.yml, '!examples/flows/integrations/**' ] workflow_dispatch: env: diff --git a/scripts/readme/workflow_generator.py b/scripts/readme/workflow_generator.py index 370a70580de..a5b9688325a 100644 --- a/scripts/readme/workflow_generator.py +++ b/scripts/readme/workflow_generator.py @@ -58,7 +58,7 @@ def write_notebook_workflow(notebook, name, output_telemetry=Telemetry()): schedule_hour = (name_hash // 60) % 4 + 19 # 19-22 UTC if "tutorials" in gh_working_dir: - path_filter = f"[ examples/**, .github/workflows/{workflow_name}.yml, '!examples/flow/integrations/**' ]" + path_filter = f"[ examples/**, .github/workflows/{workflow_name}.yml, '!examples/flows/integrations/**' ]" else: path_filter = f"[ {gh_working_dir}/**, examples/*requirements.txt, .github/workflows/{workflow_name}.yml ]"