Skip to content

Commit c578a02

Browse files
committed
another if
1 parent 1e24ce5 commit c578a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: bash
111111

112112
- name: Deploy code
113-
if: ${{ inputs.DEPLOY_CHANGE == 'true'}}
113+
if: ${{ inputs.DEPLOY_CHANGE == true}}
114114
run: |
115115
docker run \
116116
-v "$(pwd)/.build":/home/cdkuser/workspace/ \

0 commit comments

Comments
 (0)