mirror of
https://github.com/citron-neo/PR.git
synced 2026-07-05 15:22:02 -07:00
Do not change the status to Failed on a skipped run
This commit is contained in:
@@ -315,7 +315,7 @@ jobs:
|
||||
comment-end:
|
||||
name: Comment End
|
||||
needs: [check-version, build-android, build-android-8elite]
|
||||
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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -258,7 +258,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)
|
||||
|
||||
@@ -287,7 +287,7 @@ jobs:
|
||||
comment-end:
|
||||
name: Comment End
|
||||
needs: [check-version, build-msvc, build-clangtron]
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user