Skip to content

Commit cf0124a

Browse files
committed
Update deployment workflow condition to always run and check build success
1 parent 4967f6c commit cf0124a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-ssh-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
deploy:
9191
runs-on: ubuntu-latest
9292
needs: [build, build-nginx, check-changes]
93-
if: needs.build.result == 'success'
93+
if: always() && needs.build.result == 'success'
9494
steps:
9595
- uses: actions/checkout@v3
9696

0 commit comments

Comments
 (0)