mirror of https://github.com/astral-sh/ruff
Run ty benchmarks when `ruff_benchmark` changes (#18758)
This commit is contained in:
parent
1188ffccc4
commit
97af091d5d
|
|
@ -184,6 +184,7 @@ jobs:
|
||||||
':crates/ruff_python_trivia/**' \
|
':crates/ruff_python_trivia/**' \
|
||||||
':crates/ruff_source_file/**' \
|
':crates/ruff_source_file/**' \
|
||||||
':crates/ruff_text_size/**' \
|
':crates/ruff_text_size/**' \
|
||||||
|
':crates/ruff_benchmark/**' \
|
||||||
':.github/workflows/ci.yaml' \
|
':.github/workflows/ci.yaml' \
|
||||||
; then
|
; then
|
||||||
echo "changed=false" >> "$GITHUB_OUTPUT"
|
echo "changed=false" >> "$GITHUB_OUTPUT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue