Skip to content

Commit

Permalink
Add option to manually build memory pipeline executable (#398)
Browse files Browse the repository at this point in the history
### Motivation and Context
Sometimes, we just want the memory pipeline executable without running
the whole deployment pipeline.

### Description
Add option to manually build memory pipeline executable in GitHub
workflow

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone 😄
  • Loading branch information
glahaye committed Sep 25, 2023
1 parent cb9083e commit 2c497d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copilot-build-memorypipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: copilot-build-memorypipeline

on:
workflow_dispatch:
pull_request:
branches: ["main"]
paths:
Expand Down

0 comments on commit 2c497d0

Please sign in to comment.