Replace continue-on-error: true on SSH deploy steps in deploy.yml with if: ${{ secrets.SSH_PRIVATE_KEY != '' }} — steps are now skipped (not silently failed) when the secret is absent
Remove continue-on-error: true from windows-nightly.yml job and steps (the job is already disabled via if: false)
## Summary
- Replace `continue-on-error: true` on SSH deploy steps in `deploy.yml` with `if: ${{ secrets.SSH_PRIVATE_KEY != '' }}` — steps are now skipped (not silently failed) when the secret is absent
- Remove `continue-on-error: true` from `windows-nightly.yml` job and steps (the job is already disabled via `if: false`)
Closes #172
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
continue-on-error: trueon SSH deploy steps indeploy.ymlwithif: ${{ secrets.SSH_PRIVATE_KEY != '' }}— steps are now skipped (not silently failed) when the secret is absentcontinue-on-error: truefromwindows-nightly.ymljob and steps (the job is already disabled viaif: false)Closes #172