Skip to content

Commit 0c05c3b

Browse files
authored
Fix pr_build_doc_with_comment.yml not reporting correctly (#42505)
fix Co-authored-by: ydshieh <[email protected]>
1 parent 26dbe64 commit 0c05c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_build_doc_with_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
env:
111111
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112112
GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
113-
STATUS_OK: ${{ contains(fromJSON('["skipped", "success"]'), needs.create_run.result) }}
113+
STATUS_OK: ${{ contains(fromJSON('["skipped", "success"]'), needs.build-doc.result) }}
114114
steps:
115115
- name: Get `build-doc` job status
116116
run: |

0 commit comments

Comments
 (0)