We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fcaf6 commit c346ce9Copy full SHA for c346ce9
.github/workflows/benchmark.yml
@@ -97,7 +97,7 @@ jobs:
97
break
98
else
99
echo "Warning: Run $CURRENT_RUN_ID completed with conclusion '$CONCLUSION'. Proceeding anyway, but benchmark results may not be accurate."
100
- break # Even though the run failed, we can still proceed, because some of changes not care about benchmark.
+ break # Even though the run failed, we proceed because some changes do not affect the benchmark.
101
fi
102
103
0 commit comments