We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f3bd1a + 5ede6e8 commit 3ae3bd7Copy full SHA for 3ae3bd7
1 file changed
.github/workflows/deploy.yml
@@ -189,6 +189,9 @@ jobs:
189
name: Pre-deploy
190
runs-on: ubuntu-latest
191
needs: approve-deployments
192
+ if:
193
+ ${{ inputs.run_pre_deploy_migrations || inputs.environment == 'production' ||
194
+ inputs.environment == 'preview' || inputs.environment == 'training' }}
195
permissions:
196
id-token: write
197
steps:
0 commit comments