We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501aea commit fa123a6Copy full SHA for fa123a6
.github/workflows/nightly-throughput-stress.yml
@@ -170,15 +170,4 @@ jobs:
170
]
171
}
172
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
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_SDK_ALERTS_WEBHOOK }}
0 commit comments