Add missing success conditionals to CodeQL and branches workflows

Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-08 20:17:40 +00:00
parent 799f63de1f
commit 148f685bb3
2 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ jobs:
git push origin development
- name: Summary - Merge completed
if: success()
shell: bash
run: |
echo "### ✅ Merge Successful" >> $GITHUB_STEP_SUMMARY