We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af7310 commit 7e86c12Copy full SHA for 7e86c12
.github/workflows/stress.yml
@@ -18,7 +18,7 @@ on:
18
19
jobs:
20
stress-test:
21
- name: ${{ matrix.project }} stress test (python-${{ matrix.python-version }}, nats-server-${{ matrix.nats-server-version }}, ${{ matrix.os }})
+ name: ${{ matrix.project }} (python-${{ matrix.python-version }}, nats-server-${{ matrix.nats-server-version }}, ${{ matrix.os }})
22
runs-on: ${{ matrix.os }}
23
strategy:
24
fail-fast: false
0 commit comments