Skip to content

Commit 3501aea

Browse files
committed
correctly check job status
1 parent cd43efc commit 3501aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: Report test results
176176
if: always()
177177
run: |
178-
if [ "${{ steps.*.outcome }}" = "success" ]; then
178+
if [ "${{ job.status }}" = "success" ]; then
179179
echo "✅ Throughput stress test completed successfully"
180180
else
181181
echo "❌ Throughput stress test failed"

0 commit comments

Comments
 (0)