Skip to content

Commit

Permalink
[CI] shorten ci name (linkedin#434)
Browse files Browse the repository at this point in the history
## Summary
<!--- This is a required section; please describe the main purpose of
this proposed code change. --->

<!---
## Details
This is an optional section; is there anything specific that reviewers
should be aware of?
--->

## Testing Done
<!--- This is a required section; please describe how this change was
tested. --->

<!-- 
Replace BLANK with your device type. For example, A100-80G-PCIe

Complete the following tasks before sending your PR, and replace `[ ]`
with
`[x]` to indicate you have done them. 
-->

- Hardware Type: <BLANK>
- [ ] run `make test` to ensure correctness
- [ ] run `make checkstyle` to ensure code style
- [ ] run `make test-convergence` to ensure convergence
  • Loading branch information
ByronHsu authored Dec 7, 2024
1 parent ad656ee commit bd65c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AMD GPU CI
name: AMD GPU

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nvi-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NVIDIA GPU CI
name: NVIDIA GPU

on:
push:
Expand Down

0 comments on commit bd65c47

Please sign in to comment.