Skip to content

Commit 9fde65e

Browse files
committed
do not deploy on pr
1 parent 4d2c0ff commit 9fde65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
VERSION_NUMBER: ${{needs.get_issue_number.outputs.issue_number}}
6868
COMMIT_ID: ${{needs.get_commit_id.outputs.commit_id}}
6969
LOG_RETENTION_IN_DAYS: 30
70-
DEPLOY_CHANGE: true
70+
DEPLOY_CHANGE: false
7171
secrets:
7272
CDK_PULL_IMAGE_ROLE: ${{ secrets.DEV_CDK_PULL_IMAGE_ROLE }}
7373
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}

0 commit comments

Comments
 (0)