diff options
| author | Yong He <yonghe@outlook.com> | 2023-07-08 18:32:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-08 18:32:13 -0700 |
| commit | cb9eb58d189af5f7e99e4aeccd5de7bab93b22dd (patch) | |
| tree | ea6e3685c96df83f7eb3e9ae4ac106a1da22efc8 | |
| parent | 5e02f614098af100ebb44c957f8e059cab551ef5 (diff) | |
Rename Self-Hosted CI config. (#2972)
* Rename Self-Hosted CI config.
* change
---------
Co-authored-by: Yong He <yhe@nvidia.com>
| -rw-r--r-- | .github/workflows/windows-selfhosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows-selfhosted.yml b/.github/workflows/windows-selfhosted.yml index 9cbc5bd93..9fc68e149 100644 --- a/.github/workflows/windows-selfhosted.yml +++ b/.github/workflows/windows-selfhosted.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Windows Self-Hosted Build and Test +name: Full GPU Tests (Windows) on: push: |
