Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 83cdc01

Browse files
committed
ci: remove if condition on deploy job
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
1 parent e013998 commit 83cdc01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
deploy:
2929
runs-on: ubuntu-latest
3030
needs: [tests-ui, tests-pytest]
31-
if: (!cancelled())
3231
permissions:
3332
packages: write
3433

0 commit comments

Comments
 (0)