mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-17 12:47:16 +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:
|
Results:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: Matrix
|
needs: Matrix
|
||||||
|
if: always() # Always run regardless of whether the previous job was successful or not.
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
benchmark: ${{ fromJson(needs.Matrix.outputs.benchmarks) }}
|
benchmark: ${{ fromJson(needs.Matrix.outputs.benchmarks) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user