You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/main-pipeline-cdk.yml
+1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ jobs:
64
64
if [ $json_list == '[]' ]; then
65
65
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
66
66
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
0 commit comments