소스 검색

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

[ci skip]
Sebastian Stenzel 3 년 전
부모
커밋
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