Skip to content

Commit

Permalink
fix: correctly render the latest scheduled run url
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 12, 2023
1 parent a9479c3 commit 7790364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
const body = `
📝 Ran ecosystem CI: ${urlLink}
| suite | result | [latest scheduled](latestScheduledRun.html_url) |
| suite | result | [latest scheduled](${latestScheduledRun.html_url}) |
|-------|--------|----------------|
${results.map(current => {
const latest = scheduledResults.find(s => s.suite === current.suite) || {} // in case a new suite is added after latest scheduled
Expand Down

0 comments on commit 7790364

Please sign in to comment.