Skip to content

Commit

Permalink
ci: Add a summary for integration
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Feb 5, 2025
1 parent 1b8099f commit 55f00a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,17 @@ jobs:
if: always()
run: |
cat data/nextcloud.log
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
needs: [integration]

if: always()

name: integration-summary

steps:
- name: Summary status
run: if ${{ needs.integration.result != 'success' }}; then exit 1; fi

0 comments on commit 55f00a6

Please sign in to comment.