From 00415282756b173426d61b234148490ba1f32082 Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Sat, 6 Jan 2024 01:08:47 +0100 Subject: [PATCH] ci: Fix commitizen linter again --- .github/workflows/linters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 9933fe8..3af3921 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -24,6 +24,6 @@ jobs: shell: bash if: github.event_name == 'pull_request' || github.ref != 'refs/heads/main' - - run: cz check --rev-range HEAD + - run: cz check --rev-range HEAD~.. shell: bash if: github.event_name == 'push' && github.ref == 'refs/heads/main'