Skip to content

Commit 13c5783

Browse files
committed
Added comment to address issue #87
1 parent ae2312e commit 13c5783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main-pipeline-cdk.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
if [ $json_list == '[]' ]; then
6565
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
6666
echo "> **No deploy examples found**, skipping deployments. Populate the 'DEPLOY_EXAMPLES' GH Variable to change." >> $GITHUB_STEP_SUMMARY
67+
echo "> (Deployments also only happen when **merging** PR's or manually triggering. If you're **ON** PR, it'll synth **only** anyways.)." >> $GITHUB_STEP_SUMMARY
6768
fi
6869
6970
cdk-synth:

0 commit comments

Comments
 (0)