Skip to content

Commit b337e00

Browse files
authored
Skip LLM check for now (#4152)
# Description of Changes Skip the LLM check because it's causing headaches for getting PRs merged. # API and ABI breaking changes CI only # Expected complexity level and risk 1 # Testing - [x] It didn't run on this PR. --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
1 parent cd71963 commit b337e00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,8 @@ jobs:
515515
permissions:
516516
contents: read
517517
runs-on: ubuntu-latest
518+
# Disable the tests because they are causing us headaches with merge conflicts and re-runs etc.
519+
if: false
518520
steps:
519521
# Build the tool from master to ensure consistent hash computation
520522
# with the llm-benchmark-update workflow (which also uses master's tool).

0 commit comments

Comments
 (0)