From bd65c47999cebc2ac3dce39447ecec051b8b6159 Mon Sep 17 00:00:00 2001 From: Byron Hsu Date: Sat, 7 Dec 2024 12:28:04 -0800 Subject: [PATCH] [CI] shorten ci name (#434) ## Summary ## Testing Done - Hardware Type: - [ ] run `make test` to ensure correctness - [ ] run `make checkstyle` to ensure code style - [ ] run `make test-convergence` to ensure convergence --- .github/workflows/amd-ci.yml | 2 +- .github/workflows/nvi-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/amd-ci.yml b/.github/workflows/amd-ci.yml index 857e5415f..74e454706 100644 --- a/.github/workflows/amd-ci.yml +++ b/.github/workflows/amd-ci.yml @@ -1,4 +1,4 @@ -name: AMD GPU CI +name: AMD GPU on: push: diff --git a/.github/workflows/nvi-ci.yml b/.github/workflows/nvi-ci.yml index 7efe5c05f..aee31118f 100644 --- a/.github/workflows/nvi-ci.yml +++ b/.github/workflows/nvi-ci.yml @@ -1,4 +1,4 @@ -name: NVIDIA GPU CI +name: NVIDIA GPU on: push: