Skip to content

Commit df8ad7d

Browse files
authored
Remove qwen test_model pull trigger (#8701)
1 parent 8f5c441 commit df8ad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/gather_test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def model_should_run_on_event(model: str, event: str) -> bool:
9090
We put higher priority and fast models to pull request and rest to push.
9191
"""
9292
if event == "pull_request":
93-
return model in ["mv3", "vit", "qwen2_5"] # TODO: remove, just to test the ci
93+
return model in ["mv3", "vit"]
9494
elif event == "push":
9595
# These are super slow. Only run it periodically
9696
return model not in ["dl3", "edsr", "emformer_predict"]

0 commit comments

Comments
 (0)