Skip to content

Commit b12a00e

Browse files
CopilotPerdolique
andcommitted
Fix deploy-to-production to run when typecheck is skipped
Co-authored-by: Perdolique <161577745+Perdolique@users.noreply.github.com>
1 parent 1f69618 commit b12a00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
exit 1
184184
185185
deploy-to-production:
186-
if: github.event_name == 'push'
186+
if: github.event_name == 'push' && (success() || skipped())
187187
name: Deploy to production
188188
runs-on: ubuntu-24.04
189189
needs:

0 commit comments

Comments
 (0)