Skip to content

Commit 037c4d1

Browse files
committed
Remove redundant server logs artifact upload from PostgreSQL CI workflow
1 parent 8580b85 commit 037c4d1

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/postgresql-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -416,14 +416,6 @@ jobs:
416416
path: test-results/
417417
retention-days: 30
418418

419-
- name: Upload Server Logs
420-
if: always() && steps.start-server.outputs.success == 'true'
421-
uses: actions/upload-artifact@v4
422-
with:
423-
name: server-logs-postgresql-${{ matrix.version }}
424-
path: test-results/postgresql.log
425-
retention-days: 7
426-
427419
report-results:
428420
name: Report Test Results
429421
needs: [detect-versions, test-postgresql]

0 commit comments

Comments
 (0)