Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Feb 2, 2025
1 parent 7f360c5 commit 28de967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/doc_tests/test_docs_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_branch_name():
def test_readme_and_rst_files(self):
mct_folder = getcwd()
print("MCT folder:", mct_folder)
branch_name = self.get_branch_name()
branch_name = os.getenv("GITHUB_HEAD_REF") # self.get_branch_name()
print("Branch name:", branch_name)
are_links_ok = True
for filepath, _, filenames in walk(mct_folder):
Expand Down

0 comments on commit 28de967

Please sign in to comment.