diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 901da21..789ff02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: - name: Run pre-commit uses: pre-commit/action@v3.0.1 + env: + SKIP: no-commit-to-branch # With no caching at all the entire ci process takes 4m 30s to complete! pytest: