From 4b30dd51f4ca3469439642bfa13f0708a3df5fb5 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 25 Apr 2024 14:31:15 +0200 Subject: [PATCH] Ignore CalVer issues --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f7220c1..dce2110 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,4 +49,4 @@ jobs: # exit 1 in case of error # We have 1 "valid" issue in CHANGELOG.md - grep -q "1 problem" heylogs.txt || exit 1 + grep -q "2 problems" heylogs.txt || exit 1