From 8010130a177c527817ad79038792ef5ba1d879d8 Mon Sep 17 00:00:00 2001 From: "Chen, Zhentao" Date: Sat, 24 Feb 2024 00:33:33 +0800 Subject: [PATCH] run one job only if triggered by pr --- .github/workflows/llm-harness-evaluation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-harness-evaluation.yml b/.github/workflows/llm-harness-evaluation.yml index be23569e353..0bcc8af4a83 100644 --- a/.github/workflows/llm-harness-evaluation.yml +++ b/.github/workflows/llm-harness-evaluation.yml @@ -69,7 +69,7 @@ jobs: if: ${{github.event_name == 'pull_request'}} env: PR_MATRIX_MODEL_NAME: '["stablelm-3b-4e1t"]' - PR_MATRIX_TASK: '["truthfulqa", "winogrande"]' + PR_MATRIX_TASK: '["winogrande"]' PR_MATRIX_PRECISION: '["sym_int4"]' PR_LABELS: '["self-hosted", "llm", "temp-arc01"]'