From 02da2991517a0be7b0504f4849de0020e79cd056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Wed, 24 May 2023 10:55:35 +0200 Subject: [PATCH] chore: changed dependency Related https://github.com/nodejs/build/issues/3088 --- .github/workflows/test-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 8de33ac60..801f390b8 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Jenkins Alert and Reporting - uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.2.0 + uses: UlisesGascon/jenkins-status-alerts-and-reporting@v1.3.0 id: jenkins-status-alerts-and-reporting with: database: monitor/database.json @@ -31,6 +31,7 @@ jobs: issue-labels: 'potential-incident,test-ci' create-issues-for-new-offline-nodes: false auto-close-issue: true + disk-alert-level: 90 # Report report: monitor/jenkins-report.md report-tags-enabled: false