Do not change the status to Failed on a skipped run

This commit is contained in:
cheezwiz7899
2026-05-02 13:34:15 +12:00
parent e544d76e81
commit c3d5302d2a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -253,7 +253,7 @@ jobs:
comment-end:
name: Comment End
needs: [check-version, build]
if: always() && needs.check-version.outputs.pr_number != ''
if: always() && needs.check-version.outputs.should_build == 'true' && needs.check-version.outputs.pr_number != ''
runs-on: ubuntu-latest
steps:
- name: Update Master Comment (Results)