kz930 opened a new pull request, #5761:
URL: https://github.com/apache/texera/pull/5761
### What changes were proposed in this PR?
This PR prevents the `Benchmarks PR Comment` workflow from failing when the
upstream `Benchmarks` workflow run has no `bench-results-*` artifact.
The artifact download step now records whether an artifact was found. The
unzip and PR-number steps only run when that artifact exists, so a missing
artifact exits the comment workflow cleanly after emitting the existing warning
instead of failing at `unzip`.
### Any related issues, documentation, discussions?
Closes #5755.
### How was this PR tested?
```bash
ruby -e 'require "yaml";
YAML.load_file(".github/workflows/benchmarks-pr-comment.yml"); puts "yaml ok"'
```
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Codex (GPT-5)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]