Skip to content

Commit 7e86c12

Browse files
committed
Remove 'stress test' from job name
Signed-off-by: Casper Beyer <casper@synadia.com>
1 parent 2af7310 commit 7e86c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
stress-test:
21-
name: ${{ matrix.project }} stress test (python-${{ matrix.python-version }}, nats-server-${{ matrix.nats-server-version }}, ${{ matrix.os }})
21+
name: ${{ matrix.project }} (python-${{ matrix.python-version }}, nats-server-${{ matrix.nats-server-version }}, ${{ matrix.os }})
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
fail-fast: false

0 commit comments

Comments
 (0)