From fa4eed14580558e2c4ca1ab4481e475652ffe6ce Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Thu, 14 May 2026 10:24:59 -0700 Subject: [PATCH] ci: skip no-commit-to-branch hook in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25f740b..159689e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: Install prek run: pip install prek==0.4.0 - name: Run prek - run: prek run --all-files + run: prek run --all-files --skip no-commit-to-branch build: runs-on: ubuntu-latest needs: prek