From 08a4f3163576cd8850d1ff962ea704d5718e0ddd Mon Sep 17 00:00:00 2001 From: puddly <32534428+puddly@users.noreply.github.com> Date: Mon, 4 May 2026 15:21:15 -0400 Subject: [PATCH] Don't run `no-commit-to-branch` check for CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dff4271..f48334b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,6 +102,8 @@ jobs: path: ~/.cache/prek key: ${{ steps.cache-prek.outputs.cache-primary-key }} - name: Lint and static analysis + env: + SKIP: no-commit-to-branch run: | . venv/bin/activate prek run --show-diff-on-failure --color=always --all-files