Skip to content

Commit 4361eb9

Browse files
authored
Fix: [AEA-0000] - do not update gh pages on pr (#418)
## Summary - Routine Change ### Details - do not update gh pages on pull request
1 parent 2180fee commit 4361eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ jobs:
139139
path: gh-pages
140140

141141
- name: update release tag in github pages
142+
if: ${{ inputs.DEPLOY_CHANGE == true }}
142143
run: |
143144
cd gh-pages
144145
NOW=$(date +'%Y-%m-%dT%H:%M:%S')

0 commit comments

Comments
 (0)