From 2bdaf0e059bd4d5acba9069557756389e36c5306 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:27:12 +0300 Subject: [PATCH] refactor: small changes (#468) Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com> --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 1ef6389..75f9f84 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -7,7 +7,7 @@ on: jobs: pre-commit: - name: Pre-commit + name: Pre Commit if: ${{ github.actor != 'dependabot[bot]' }}