Skip to content

Commit f1899af

Browse files
vgvassilevmcbarton
andauthored
[ci] Shorten CI names (#406)
Co-authored-by: mcbarton <[email protected]>
1 parent 1323443 commit f1899af

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows Non Emscripten CppInterOp Builds
1+
name: Windows
22
on:
33
pull_request:
44
branches: [main]

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Emscripten CppInterOp Builds
1+
name: Emscripten
22
on:
33
pull_request:
44
branches: [main]

.github/workflows/non-emscripten.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Unix-Like Non Emscripten CppInterOp Builds
1+
name: Unix
2+
23
on:
34
pull_request:
45
branches: [main]

0 commit comments

Comments
 (0)