Skip to content

Commit e265da7

Browse files
The parameter to control whether to skip pre-deploy was not used
- Ensure parameter is used properly to speed up deployments when relevant
1 parent 6f3bd1a commit e265da7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ jobs:
189189
name: Pre-deploy
190190
runs-on: ubuntu-latest
191191
needs: approve-deployments
192+
if:
193+
${{ inputs.run_pre_deploy_migrations || inputs.environment == 'production' ||
194+
inputs.environment == 'preview' }}
192195
permissions:
193196
id-token: write
194197
steps:

0 commit comments

Comments
 (0)