Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Promptflow CI, use pfazure to submit flow run #1976

Merged
merged 12 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/promptflow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
branches:
- main
paths:
- 'assets/promptflow/models/**'
- '.github/workflows/promptflow_ci.yml'
- 'scripts/promptflow_ci/**'
- assets/promptflow/models/**
- .github/workflows/promptflow-ci.yml
- scripts/promptflow-ci/**

env:
PROMPTFLOW_DIR: "assets/promptflow/models"
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Validate prompt flows
run: |
python scripts/promptflow-ci/promptflow_ci.py --local
python scripts/promptflow-ci/promptflow_ci.py

- name: Run cspell for typo check
working-directory: ${{ env.PROMPTFLOW_DIR }}
Expand Down
6 changes: 5 additions & 1 deletion assets/promptflow/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@
"uionly",
"llmops",
"Abhishek",
"restx"
"restx",
"ayod",
"AYOD",
"Featur",
"showno"
],
"flagWords": [
"Prompt Flow"
Expand Down
Loading
Loading