Skip to content

Commit

Permalink
CI: deploy job runs only if tests pass (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 authored Dec 12, 2024
2 parents e013998 + 83cdc01 commit 36310ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [tests-ui, tests-pytest]
if: (!cancelled())
permissions:
packages: write

Expand Down

0 comments on commit 36310ad

Please sign in to comment.