mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[BE][CI] change references from .jenkins to .ci (#92624)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/92624 Approved by: https://github.com/ZainRizvi, https://github.com/huydhn
This commit is contained in:
committed by
PyTorch MergeBot
parent
2b267fa7f2
commit
0ecb071fc4
@ -113,7 +113,7 @@ def test_impact_of_file(filename: str) -> str:
|
||||
CI - CI configuration files
|
||||
"""
|
||||
parts = filename.split(os.sep)
|
||||
if parts[0] in [".jenkins", ".circleci"]:
|
||||
if parts[0] in [".jenkins", ".circleci", ".ci"]:
|
||||
return "CI"
|
||||
if parts[0] in ["docs", "scripts", "CODEOWNERS", "README.md"]:
|
||||
return "NONE"
|
||||
|
Reference in New Issue
Block a user