Skip to content

Commit fa123a6

Browse files
committed
remove final reporting step, redundant
1 parent 3501aea commit fa123a6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/nightly-throughput-stress.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,4 @@ jobs:
170170
]
171171
}
172172
env:
173-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
174-
175-
- name: Report test results
176-
if: always()
177-
run: |
178-
if [ "${{ job.status }}" = "success" ]; then
179-
echo "✅ Throughput stress test completed successfully"
180-
else
181-
echo "❌ Throughput stress test failed"
182-
echo "📦 Check the uploaded artifacts for detailed logs and state"
183-
exit 1
184-
fi
173+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}

0 commit comments

Comments
 (0)