Skip to content

Commit 9ba988a

Browse files
siddharthkpPrinceSumberia
authored andcommitted
Uncomment guard (primer#2091)
1 parent bab2bdb commit 9ba988a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
deploy:
3636
name: Production
3737
needs: [guard]
38-
#if: ${{ needs.guard.outputs.should_deploy == true }}
38+
if: ${{ needs.guard.outputs.should_deploy == 'true' }}
3939
uses: primer/.github/.github/workflows/deploy.yml@main
4040
with:
4141
node_version: 16

0 commit comments

Comments
 (0)