Skip to content

Commit

Permalink
[ci] Shorten CI names (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: mcbarton <[email protected]>
  • Loading branch information
vgvassilev and mcbarton authored Dec 20, 2024
1 parent 1323443 commit f1899af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Non Emscripten CppInterOp Builds
name: Windows
on:
pull_request:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Emscripten CppInterOp Builds
name: Emscripten
on:
pull_request:
branches: [main]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/non-emscripten.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Unix-Like Non Emscripten CppInterOp Builds
name: Unix

on:
pull_request:
branches: [main]
Expand Down

0 comments on commit f1899af

Please sign in to comment.