mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
Fail the benchmark job if no file is found
This commit is contained in:
parent
1ab63c7bcb
commit
ea009ec698
1
.github/workflows/benchmark_asterinas.yml
vendored
1
.github/workflows/benchmark_asterinas.yml
vendored
@ -117,6 +117,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.BENCHMARK_ARTIFACT }}
|
||||
if-no-files-found: error # Fail the benchmark job if no file is found.
|
||||
path: |
|
||||
result_*.json
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user