mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Temporarily disable PR runs until manual testing is complete
This commit is contained in:
parent
4b2e9d74f9
commit
dc4e755bdc
1 changed files with 11 additions and 9 deletions
|
@ -1,13 +1,15 @@
|
|||
name: "Run Llama-stack Tests"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: ["opened"]
|
||||
branches:
|
||||
- 'main'
|
||||
paths:
|
||||
- 'llama_stack/**/*.py'
|
||||
- 'tests/**/*.py'
|
||||
#### Temporarily disable PR runs until tests run as intended within mainline.
|
||||
#TODO Add this back.
|
||||
#pull_request_target:
|
||||
# types: ["opened"]
|
||||
# branches:
|
||||
# - 'main'
|
||||
# paths:
|
||||
# - 'llama_stack/**/*.py'
|
||||
# - 'tests/**/*.py'
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
@ -16,8 +18,8 @@ on:
|
|||
required: true
|
||||
default: "llama-stack-gha-runner-gpu"
|
||||
|
||||
branch:
|
||||
description: "Branch to checkout"
|
||||
checkout_reference:
|
||||
description: "The branch, tag, or SHA to checkout"
|
||||
required: true
|
||||
default: "main"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue