don't cause the job to fail if the upload fails

[ci skip]
This commit is contained in:
Sebastian Stenzel
2022-05-05 09:05:05 +02:00
parent 6d082330e6
commit 55f67785cd

View File

@@ -60,3 +60,4 @@ jobs:
contentType: 'application/json'
bearerToken: ${{ secrets.GRAFANA_GRAPHITE_TOKEN }}
data: ${{ steps.transform-stats.outputs.result }}
continue-on-error: true # currently there seems to be a problem with the metrics endpoint, failing every now and then