Skip to content

Commit 27791d6

Browse files
authored
Fix lack of space in stress test error message (#4656)
1 parent 6e97b89 commit 27791d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
to: notifications
9797
type: stream
9898
topic: ${{ github.repository }} scheduled job failure
99-
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}failed.
99+
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
100100

101101
aarch64-linux:
102102
runs-on: ubuntu-24.04-arm
@@ -163,4 +163,4 @@ jobs:
163163
to: notifications
164164
type: stream
165165
topic: ${{ github.repository }} scheduled job failure
166-
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}failed.
166+
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
to: notifications
9797
type: stream
9898
topic: ${{ github.repository }} scheduled job failure
99-
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}failed.
99+
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.
100100

101101
aarch64-linux:
102102
runs-on: ubuntu-24.04-arm
@@ -163,4 +163,4 @@ jobs:
163163
to: notifications
164164
type: stream
165165
topic: ${{ github.repository }} scheduled job failure
166-
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }}failed.
166+
content: ${{ github.server_url}}/${{ github.repository }}/actions/runs/${{ github.run_id }} failed.

0 commit comments

Comments
 (0)