Skip to content

Commit

Permalink
Displayed the correct CI badge
Browse files Browse the repository at this point in the history
It looked like, when the GitHub Actions workflow was [renamed](emberjs#19064) from `Build` to `CI`, the badge in the README didn't get updated. As a result, the badge shows a failing status, which can leave a bad impression.
  • Loading branch information
ijlee2 authored Aug 15, 2020
1 parent a497a8e commit e79aa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<p align="center">
<a href="https://www.npmjs.com/package/ember-source"><img src="https://img.shields.io/npm/v/ember-source.svg?style=flat" alt="npm version"></a>
<a href="https://github.com/emberjs/ember.js/actions?query=workflow%3ABuild"><img src="https://github.com/emberjs/ember.js/workflows/Build/badge.svg" alt="Build Status"></a>
<a href="https://github.com/emberjs/ember.js/actions?query=workflow%3ACI"><img src="https://github.com/emberjs/ember.js/workflows/CI/badge.svg" alt="CI Status"></a>
<a href="https://codeclimate.com/github/emberjs/ember.js"><img src="https://codeclimate.com/github/emberjs/ember.js.svg" alt="Code Climate"></a>
<a href="https://discord.gg/zT3asNS"><img src="https://img.shields.io/discord/480462759797063690.svg?logo=discord" alt="Discord Community Server"></a>
<a href="https://help-wanted.emberjs.com/"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
Expand Down

0 comments on commit e79aa59

Please sign in to comment.