From e370cb2267de3f852a2dbf7cd06218236ad24bc0 Mon Sep 17 00:00:00 2001 From: KocsisV Date: Fri, 18 Aug 2023 18:34:13 +0200 Subject: [PATCH] set fail level to warning --- .github/workflows/IncQueryValidatorForEAExample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IncQueryValidatorForEAExample.yml b/.github/workflows/IncQueryValidatorForEAExample.yml index 430f998..35219a7 100644 --- a/.github/workflows/IncQueryValidatorForEAExample.yml +++ b/.github/workflows/IncQueryValidatorForEAExample.yml @@ -32,5 +32,5 @@ jobs: incquery_password: "${{ secrets.incquery_password }}" license: "${{ secrets.incquery_ea_validator_license }}" comment_on_pr: true - fail_on: none + fail_on: warning