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 b961751 commit 4d2c0ffCopy full SHA for 4d2c0ff
.github/workflows/pull_request.yml
@@ -67,7 +67,7 @@ jobs:
67
VERSION_NUMBER: ${{needs.get_issue_number.outputs.issue_number}}
68
COMMIT_ID: ${{needs.get_commit_id.outputs.commit_id}}
69
LOG_RETENTION_IN_DAYS: 30
70
- DEPLOY_CHANGE: false
+ DEPLOY_CHANGE: true
71
secrets:
72
CDK_PULL_IMAGE_ROLE: ${{ secrets.DEV_CDK_PULL_IMAGE_ROLE }}
73
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
0 commit comments