From d433513a01bb36cd5358ba68a1690f40231dc6ae Mon Sep 17 00:00:00 2001 From: Pieter Edelman Date: Mon, 21 Aug 2023 14:08:27 +0200 Subject: [PATCH] Don't fail at warnings for complete repo check. Apparently this was a setting, but it never worked until now. --- .github/workflows/qa-changed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/qa-changed.yml b/.github/workflows/qa-changed.yml index 0c352faff..221e2d846 100644 --- a/.github/workflows/qa-changed.yml +++ b/.github/workflows/qa-changed.yml @@ -14,5 +14,4 @@ jobs: uses: Nictiz/Nictiz-tooling-R4-QA@alpine with: changed-only: true - fail-at: "warning" extensible-binding-warnings: true