Skip to content

Commit

Permalink
update ci icon on readme (#440)
Browse files Browse the repository at this point in the history
## Summary
Update to support CI link on README page for both AMD and Intel.

Preview image on my fork
<img width="869" alt="image"
src="https://github.com/user-attachments/assets/16cf6813-82a9-4b53-98a6-f105709be932">

## Testing Done
No testing required

- Hardware Type: <BLANK>
- [ ] run `make test` to ensure correctness
- [ ] run `make checkstyle` to ensure code style
- [ ] run `make test-convergence` to ensure convergence

Co-authored-by: bboyleonp <[email protected]>
  • Loading branch information
bboyleonp666 and bboyleonp authored Dec 9, 2024
1 parent bd65c47 commit d887657
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@
</a>
</td>
<td style="padding: 10px;">
<a href="https://github.com/linkedin/Liger-Kernel/actions/workflows/ci.yml">
<img src="https://github.com/linkedin/Liger-Kernel/actions/workflows/ci.yml/badge.svg?event=schedule" alt="Build">
</a>
<div style="display: block;">
<a href="https://github.com/linkedin/Liger-Kernel/actions/workflows/nvi-ci.yml">
<img src="https://github.com/linkedin/Liger-Kernel/actions/workflows/nvi-ci.yml/badge.svg?event=schedule" alt="Build">
</a>
</div>
<div style="display: block;">
<a href="https://github.com/linkedin/Liger-Kernel/actions/workflows/amd-ci.yml">
<img src="https://github.com/linkedin/Liger-Kernel/actions/workflows/amd-ci.yml/badge.svg" alt="Build">
</a>
</div>
</td>
</tr>
</table>
Expand Down

0 comments on commit d887657

Please sign in to comment.