Quellcode durchsuchen

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

[ci skip]
Sebastian Stenzel vor 2 Jahren
Ursprung
Commit
55f67785cd
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .github/workflows/dl-stats.yml

+ 1 - 0
.github/workflows/dl-stats.yml

@@ -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