We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dbbd3 commit a779ad0Copy full SHA for a779ad0
.github/workflows/deploy_production.yml
@@ -35,7 +35,7 @@ jobs:
35
deploy:
36
name: Production
37
needs: [guard]
38
- #if: ${{ needs.guard.outputs.should_deploy == true }}
+ if: ${{ needs.guard.outputs.should_deploy == 'true' }}
39
uses: primer/.github/.github/workflows/deploy.yml@main
40
with:
41
node_version: 16
0 commit comments