Make CI publish logs for successful runs
This commit is contained in:
parent
6d2d9c0099
commit
1a85120e84
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, ci-speedup]
|
||||
tags: ["v*.*.*"]
|
||||
|
||||
repository_dispatch:
|
||||
@ -188,7 +188,7 @@ jobs:
|
||||
|
||||
# Upload the original go test output as an artifact for later review.
|
||||
- name: Upload test log
|
||||
if: failure()
|
||||
# if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ci-test-log
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user