From dc4e755bdc96f1d3143182c980aad19f86142850 Mon Sep 17 00:00:00 2001 From: Connor Hack Date: Wed, 4 Dec 2024 08:04:04 -0800 Subject: [PATCH] Temporarily disable PR runs until manual testing is complete --- .../gha_workflow_llama_stack_tests.yml | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/gha_workflow_llama_stack_tests.yml b/.github/workflows/gha_workflow_llama_stack_tests.yml index d957e7196..89e5edf71 100644 --- a/.github/workflows/gha_workflow_llama_stack_tests.yml +++ b/.github/workflows/gha_workflow_llama_stack_tests.yml @@ -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"