From 4d18c0f8ff15b9915f6a29b8941e3fd438c5b33e Mon Sep 17 00:00:00 2001 From: aviator19941 Date: Fri, 13 Dec 2024 21:36:48 -0600 Subject: [PATCH] Remove on pull request test Signed-off-by: aviator19941 --- .github/workflows/ci-llama-large-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-llama-large-tests.yaml b/.github/workflows/ci-llama-large-tests.yaml index 13d8964a5..2eb8e6496 100644 --- a/.github/workflows/ci-llama-large-tests.yaml +++ b/.github/workflows/ci-llama-large-tests.yaml @@ -8,7 +8,6 @@ name: Llama Benchmarking Tests on: workflow_dispatch: - pull_request: schedule: # Weekdays at 4:00 AM UTC = 9:00 PM PST. - cron: "0 4 * * 1-5"