Run ty benchmarks when `ruff_benchmark` changes (#18758)

This commit is contained in:
Micha Reiser 2025-06-18 17:43:19 +02:00 committed by GitHub
parent 1188ffccc4
commit 97af091d5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ jobs:
':crates/ruff_python_trivia/**' \
':crates/ruff_source_file/**' \
':crates/ruff_text_size/**' \
':crates/ruff_benchmark/**' \
':.github/workflows/ci.yaml' \
; then
echo "changed=false" >> "$GITHUB_OUTPUT"