Skip to content

Commit

Permalink
run one job only if triggered by pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen, Zhentao committed Feb 23, 2024
1 parent b0efff4 commit 8010130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]'

Expand Down

0 comments on commit 8010130

Please sign in to comment.