Skip to content

Commit

Permalink
Update pr-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
piyoki authored Jul 11, 2023
1 parent c1d68bc commit e301c03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,11 @@ jobs:
with:
name: ${{ steps.get_filename.outputs.BUNDLE_NAME }}
path: bundled/*

report:
needs: [build-bundle]
uses: daeuniverse/ci-seed-jobs/.github/workflows/report-build-result.yml@report_build_result
with:
checkrun_name: build-bundle-check
job_result: ${{ needs.build-bundle.result }}
secrets: inherit

0 comments on commit e301c03

Please sign in to comment.