From 83f2d1b2b9c8e4abf703c1fd774fd9d1558c4af9 Mon Sep 17 00:00:00 2001 From: saienduri <77521230+saienduri@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:07:46 -0800 Subject: [PATCH] remove presubmit for large llama tests (#591) Accidentally added as part of https://github.com/nod-ai/shark-ai/pull/580 --- .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 ae53d3f38..644066094 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"