Commit 7c8bc79
fix: Skip docs verification for closed pull requests (#522)
## Summary
- Skip root Functions index artifact verification for closed
pull-request runs.
- Preserve verification for active pull requests, pushes, schedules, and
manual runs.
## Root cause
Closed pull-request events intentionally skip Build-Docs, so no docs
artifact exists for the unconditional verifier to download.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent bb49389 commit 7c8bc79
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments