From 005b2d845010b4e33e471fe2f16c51803ff9f333 Mon Sep 17 00:00:00 2001 From: aviator19941 Date: Thu, 5 Dec 2024 13:38:43 -0600 Subject: [PATCH] Test large llama tests Signed-off-by: aviator19941 --- .github/workflows/ci-llama-large-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-llama-large-tests.yaml b/.github/workflows/ci-llama-large-tests.yaml index 376f93938..e7e0a29b7 100644 --- a/.github/workflows/ci-llama-large-tests.yaml +++ b/.github/workflows/ci-llama-large-tests.yaml @@ -8,6 +8,7 @@ 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"