Skip to content

Commit 0c5a8d1

Browse files
committed
disable new_tests_check
1 parent d09df40 commit 0c5a8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/workflows/pull_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
# "python3 ./ci/jobs/scripts/workflow_hooks/pr_description.py", # NOTE (strtgbb): relies on labels we don't use
8686
"python3 ./ci/jobs/scripts/workflow_hooks/version_log.py",
8787
# "python3 ./ci/jobs/scripts/workflow_hooks/quick_sync.py", # NOTE (strtgbb): we don't do this
88-
"python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py",
88+
# "python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py", # NOTE (strtgbb): we don't use this
8989
],
9090
workflow_filter_hooks=[should_skip_job],
9191
post_hooks=[

0 commit comments

Comments
 (0)