Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
8de469cf
Unverified
Commit
8de469cf
authored
Oct 23, 2025
by
Nate Mailhot
Committed by
GitHub
Oct 23, 2025
Browse files
fix: Check merge commit rather than head commit in docs-link-check.yml (#3851)
Signed-off-by:
Nate Mailhot
<
nmailhot@nvidia.com
>
parent
7731b024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
.github/workflows/docs-link-check.yml
.github/workflows/docs-link-check.yml
+0
-5
No files found.
.github/workflows/docs-link-check.yml
View file @
8de469cf
...
@@ -79,11 +79,6 @@ jobs:
...
@@ -79,11 +79,6 @@ jobs:
steps
:
steps
:
-
name
:
Check out repository
-
name
:
Check out repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
with
:
# For pull_request events, use the PR head (commit from the contributor's branch/repo)
repository
:
${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref
:
${{ github.event.pull_request.head.sha || github.sha }}
fetch-depth
:
0
-
name
:
Set up Python
-
name
:
Set up Python
uses
:
actions/setup-python@v5
uses
:
actions/setup-python@v5
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment