Skip to content

Commit

Permalink
Use specific emoji for cancelled workflows (#23157)
Browse files Browse the repository at this point in the history
Cancelled workflows shouldn't look like failed ones.
  • Loading branch information
KevinMind authored Mar 11, 2025
1 parent bf0c9f9 commit 2521e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci_completed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
if [[ "$conclusion" == "success" ]]; then
emoji=":white_check_mark:"
elif [[ "$conclussion" == "cancelled" ]]; then
emoji=":github-actions-cancelled:"
else
emoji=":x:"
fi
Expand Down

0 comments on commit 2521e0d

Please sign in to comment.