CI: Allow Bench conversion to fail (#102791)

We shouldn't mark PRs and commits as X if they fail to convert logs with Bench.
This commit is contained in:
Mariell Hoversholm
2025-03-25 14:48:39 +01:00
committed by GitHub
parent f607f68920
commit df8c69bdba
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
--report-output log \
--grafana-version "$(git rev-parse HEAD)" \
--suite-name grafana-oss-unit-tests \
/tmp/unit.log
/tmp/unit.log || true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}