Fail the benchmark job if no file is found
This commit is contained in:
parent
1ab63c7bcb
commit
ea009ec698
|
|
@ -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…
Reference in New Issue