Skip to content

Commit 55f00a6

Browse files
committed
ci: Add a summary for integration
Signed-off-by: Joas Schilling <[email protected]>
1 parent 1b8099f commit 55f00a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/integration.yml

+14
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,17 @@ jobs:
125125
if: always()
126126
run: |
127127
cat data/nextcloud.log
128+
129+
summary:
130+
permissions:
131+
contents: none
132+
runs-on: ubuntu-latest-low
133+
needs: [integration]
134+
135+
if: always()
136+
137+
name: integration-summary
138+
139+
steps:
140+
- name: Summary status
141+
run: if ${{ needs.integration.result != 'success' }}; then exit 1; fi

0 commit comments

Comments
 (0)