Skip to content

Commit

Permalink
ci: remove if condition on deploy job
Browse files Browse the repository at this point in the history
so that deploy does not run regardless of the success or failure of tests-ui and tests-pytest, i.e., needs actually behaves as expected
  • Loading branch information
lalver1 committed Dec 12, 2024
1 parent e013998 commit 83cdc01
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 83cdc01

Please sign in to comment.