Skip to content

Commit 6a69804

Browse files
CopilotDRSDavidSoft
andcommitted
Add success conditionals to build and package summary steps
Co-authored-by: DRSDavidSoft <[email protected]>
1 parent 148f685 commit 6a69804

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: .\build.ps1 -Compile -verbose
6464

6565
- name: Summary - Build completed
66+
if: success()
6667
shell: pwsh
6768
run: |
6869
echo "### ✅ Build Status" >> $env:GITHUB_STEP_SUMMARY
@@ -76,6 +77,7 @@ jobs:
7677
run: .\pack.ps1 -verbose
7778

7879
- name: Summary - Package artifacts
80+
if: success()
7981
shell: pwsh
8082
run: |
8183
echo "### 📦 Artifacts Created" >> $env:GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)