Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,7 +35,7 @@ jobs:
deploy:
name: Production
needs: [guard]
#if: ${{ needs.guard.outputs.should_deploy == true }}
if: ${{ needs.guard.outputs.should_deploy == 'true' }}

@siddharthkpsiddharthkpMay 23, 2022

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@colebemis Turns out output is set as a string instead of boolean :)

uses: primer/.github/.github/workflows/deploy.yml@main
with:
node_version: 16
Expand Down