Skip to content

Commit d5858ec

Browse files
tuupkevmcj
authored andcommitted
Always push logs, even on failure.
Having logs for failures is great for debugging.
1 parent d8cbf48 commit d5858ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
dest: '/tmp/docker-logs'
9898
- name: Upload all logs/artifacts
99-
if: ${{ !cancelled() }}
99+
if: always()
100100
uses: actions/upload-artifact@v4
101101
with:
102102
name: Logs

0 commit comments

Comments
 (0)