diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index 6d4d6a6cc..5948c4291 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -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) }}