mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-08 18:10:24 +07:00
ci/hotfix(seed-build): add condition to run report-result (#222)
* ci/hotfix(seed-build): add condition to run report-result * patch: add condition to run ONLY for pr-build
This commit is contained in:
parent
5e32ffe54d
commit
302f80dcef
2
.github/workflows/seed-build.yml
vendored
2
.github/workflows/seed-build.yml
vendored
@ -152,7 +152,7 @@ jobs:
|
||||
|
||||
- name: Report result
|
||||
uses: daeuniverse/ci-seed-jobs/common/report-check-run@master
|
||||
if: always()
|
||||
if: always() && ${{ build-type == 'pr-build' }} && startsWith(github.event.pull_request.head.repo.full_name, github.repository_owner)
|
||||
with:
|
||||
app_id: ${{ secrets.GH_APP_ID }}
|
||||
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user