From cfca55cf740c18091fac4275397e267b6db4b05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Tue, 24 Oct 2023 15:30:03 +0200 Subject: [PATCH] chore(repo): remove wip feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- .github/workflows/check-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 835d7ada..53e70d1b 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -39,7 +39,7 @@ jobs: repo deps make - wip: true + wip: false # If the PR only contains a single commit, the action will validate that # it matches the configured pattern. validateSingleCommit: true