瀏覽代碼

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

[ci skip]
Sebastian Stenzel 2 年之前
父節點
當前提交
55f67785cd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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