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:
|
pull_request:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main, ci-speedup]
|
||||||
tags: ["v*.*.*"]
|
tags: ["v*.*.*"]
|
||||||
|
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
@ -188,7 +188,7 @@ jobs:
|
|||||||
|
|
||||||
# Upload the original go test output as an artifact for later review.
|
# Upload the original go test output as an artifact for later review.
|
||||||
- name: Upload test log
|
- name: Upload test log
|
||||||
if: failure()
|
# if: failure()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ci-test-log
|
name: ci-test-log
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user