From 34abc04914a9bc9e8407471849c04061782cc7ce Mon Sep 17 00:00:00 2001 From: iLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 3 May 2022 13:06:34 +0200 Subject: [PATCH] Disable fail_on_failure --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7045559..21ad2cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,4 +18,4 @@ jobs: with: report_paths: "**/junit.xml" check_name: Generate Report - fail_on_failure: 0 + fail_on_failure: false