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" name: "Run Llama-stack Tests"
on: on:
pull_request_target: #### Temporarily disable PR runs until tests run as intended within mainline.
types: ["opened"] #TODO Add this back.
branches: #pull_request_target:
- 'main' # types: ["opened"]
paths: # branches:
- 'llama_stack/**/*.py' # - 'main'
- 'tests/**/*.py' # paths:
# - 'llama_stack/**/*.py'
# - 'tests/**/*.py'
workflow_dispatch: workflow_dispatch:
inputs: inputs:
@ -16,8 +18,8 @@ on:
required: true required: true
default: "llama-stack-gha-runner-gpu" default: "llama-stack-gha-runner-gpu"
branch: checkout_reference:
description: "Branch to checkout" description: "The branch, tag, or SHA to checkout"
required: true required: true
default: "main" default: "main"