Skip to content

Commit 17bc34f

Browse files
committed
Improve naming for stress tests workflow
This will group them together in the UI in a nice line of "Stress Test:" list items.
1 parent 65a55ac commit 17bc34f

6 files changed

+6
-6
lines changed

.github/workflows/stress-test-tcp-open-close-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux TCP Open/Close Stress Tests
1+
name: "Stress Test: Linux TCP Open/Close"
22

33
on:
44
schedule:

.github/workflows/stress-test-tcp-open-close-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MacOS TCP Open/Close Stress Tests
1+
name: "Stress Test: MacOS TCP Open/Close"
22

33
on:
44
schedule:

.github/workflows/stress-test-tcp-open-close-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows TCP Open/Close Stress Tests
1+
name: "Stress Test: Windows TCP Open/Close"
22

33
on:
44
schedule:

.github/workflows/stress-test-ubench-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Linux UBench Stress Tests
1+
name: "Stress Test: Linux UBench"
22

33
on:
44
schedule:

.github/workflows/stress-test-ubench-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MacOS UBench Stress Tests
1+
name: "Stress Test: MacOS UBench"
22

33
on:
44
schedule:

.github/workflows/stress-test-ubench-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Windows UBench Stress Tests
1+
name: "Stress Test: Windows UBench"
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)