Rom89823974978 commited on
Commit
d9e41ed
·
1 Parent(s): 3c2c8b5

Don't fail for style

Browse files
Files changed (1) hide show
  1. .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml CHANGED
@@ -30,6 +30,7 @@ jobs:
30
  pip install -r requirements-dev.txt || true # optional extra dev file
31
 
32
  - name: 🧹 Pre-commit (black, isort, flake8 …)
 
33
  uses: pre-commit/action@v3.0.1
34
 
35
  - name: ✅ Run tests w/ coverage
 
30
  pip install -r requirements-dev.txt || true # optional extra dev file
31
 
32
  - name: 🧹 Pre-commit (black, isort, flake8 …)
33
+ if: github.event_name == 'pull_request'
34
  uses: pre-commit/action@v3.0.1
35
 
36
  - name: ✅ Run tests w/ coverage