We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded3230 commit 15ba65dCopy full SHA for 15ba65d
1 file changed
.github/workflows/_deploy-container.yml
@@ -38,7 +38,7 @@ jobs:
38
deploy:
39
name: Deploy
40
runs-on: ubuntu-24.04
41
- environment: ${{ inputs.azure_environment == 'prod' && 'production' || 'staging' }}
+ environment: ${{ github.event_name != 'pull_request' && (inputs.azure_environment == 'prod' && 'production' || 'staging') || '' }}
42
env:
43
UNIQUE_PREFIX: ${{ vars.UNIQUE_PREFIX }}
44
ENVIRONMENT: ${{ inputs.azure_environment }}
0 commit comments