Make Results always be triggered

This commit is contained in:
Fabing Li 2024-12-16 11:29:03 +00:00 committed by Tate, Hongliang Tian
parent f1df7982fd
commit b70c4784ed

View File

@ -143,6 +143,7 @@ jobs:
Results:
runs-on: ubuntu-latest
needs: Matrix
if: always() # Always run regardless of whether the previous job was successful or not.
strategy:
matrix:
benchmark: ${{ fromJson(needs.Matrix.outputs.benchmarks) }}