mirror of
https://github.com/cmderdev/cmder.git
synced 2025-12-14 01:38:55 +08:00
Add missing success conditionals to CodeQL and branches workflows
Co-authored-by: DRSDavidSoft <4673812+DRSDavidSoft@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/branches.yml
vendored
1
.github/workflows/branches.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
||||
git push origin development
|
||||
|
||||
- name: Summary - Merge completed
|
||||
if: success()
|
||||
shell: bash
|
||||
run: |
|
||||
echo "### ✅ Merge Successful" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
Reference in New Issue
Block a user