Temporarily disable PR runs until manual testing is complete

This commit is contained in:
Connor Hack 2024-12-04 08:04:04 -08:00
parent 4b2e9d74f9
commit dc4e755bdc

View file

@ -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"