Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
chore(ci): update workflow names (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkim0 authored Apr 10, 2024
1 parent e07e6e6 commit 9269ed9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (CUDA)
name: linux (cuda)

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_base.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (CUDA, base)
name: linux (cuda, base)

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_latest_scheduled.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (CUDA, latest scheduled)
name: linux (cuda, latest scheduled)

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_manual.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (CUDA, manual)
name: linux (cuda, manual)

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_cuda_release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux (CUDA, release)
name: linux (cuda, release)

on:
workflow_dispatch:
Expand Down

0 comments on commit 9269ed9

Please sign in to comment.