Skip to content

Commit

Permalink
Temporarily remove staging safeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Feb 29, 2024
1 parent 09dff3d commit ecbb5f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/job/jobHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ export abstract class JobHandler {
const isFeaturePreviewWebhookEnabled = process.env.GATSBY_CLOUD_PREVIEW_WEBHOOK_ENABLED?.toLowerCase() === 'true';
if (
key === 'persistence-module' &&
this.name === 'Staging' &&
// TEMP-4353: Remove this after testing
// this.name === 'Staging' &&
isFeaturePreviewWebhookEnabled &&
process.env.IS_FEATURE_BRANCH !== 'true'
) {
Expand Down

0 comments on commit ecbb5f1

Please sign in to comment.