Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang authored Sep 8, 2023
1 parent 510ce39 commit a9479c3
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 @@ -197,7 +197,7 @@ jobs:
| suite | result | [latest scheduled](latestScheduledRun.html_url) |
|-------|--------|----------------|
${results.map(current => {
const latest = scheduledResults.find(s => s.suite === r.suite) || {} // in case a new suite is added after latest scheduled
const latest = scheduledResults.find(s => s.suite === current.suite) || {} // in case a new suite is added after latest scheduled
const firstColumn = current.suite
const secondColumn = `${conclusionEmoji[current.conclusion]} [${current.conclusion}](${current.link})`
Expand Down

0 comments on commit a9479c3

Please sign in to comment.