From b9e2d68969afa6b39e0cdef53c5e0606432015d3 Mon Sep 17 00:00:00 2001 From: aviator19941 Date: Tue, 5 Nov 2024 09:17:04 -0600 Subject: [PATCH] Remove on pull_request from large tests 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 fcfc43cb2..dd41e98e5 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 6:00 AM UTC = 11:00 PM PST. - cron: "0 6 * * 1-5"