Skip to content

Commit

Permalink
Test if pipeline is green without continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Sep 27, 2024
1 parent 267fe0c commit 0e041a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
test-backend:
runs-on: ubuntu-latest
needs: build-frontend
continue-on-error: ${{ matrix.python-version != '3.12' }}
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 0e041a8

Please sign in to comment.