From bc58e985329f76fa275fc9cf1f8280af33c5fee1 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 1 Apr 2024 16:14:27 +0100 Subject: [PATCH] ci skip no-commit-to-branch --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6e09f61..c51aca00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: - run: pip install -r requirements/linting.txt -r requirements/pyproject.txt pre-commit - - run: pre-commit run -a + - run: pre-commit run -a --verbose + env: + SKIP: no-commit-to-branch docs: runs-on: ubuntu-latest