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
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.BENCHMARK_ARTIFACT }}
|
name: ${{ env.BENCHMARK_ARTIFACT }}
|
||||||
|
if-no-files-found: error # Fail the benchmark job if no file is found.
|
||||||
path: |
|
path: |
|
||||||
result_*.json
|
result_*.json
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue