We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a675ab commit a27bb35Copy full SHA for a27bb35
.github/workflows/run-tests.yml
@@ -25,9 +25,10 @@ jobs:
25
run: poetry install --no-interaction --no-ansi
26
# run pre-commit
27
- uses: pre-commit/action@v3.0.1
28
+ id: pre_commit
29
# run pre-commit ci lite for automated fixes
30
- uses: pre-commit-ci/lite-action@v1.1.0
- if: ${{ !cancelled() }}
31
+ if: ${{ !cancelled() if: ${{ !cancelled() }}if: ${{ !cancelled() }} steps.pre_commit.outcome == 'failure' }}
32
run_tests:
33
strategy:
34
matrix:
0 commit comments