mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-16 17:46:48 +00:00
Make Results always be triggered
This commit is contained in:
parent
f1df7982fd
commit
b70c4784ed
1
.github/workflows/benchmark_asterinas.yml
vendored
1
.github/workflows/benchmark_asterinas.yml
vendored
@ -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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user