Skip to content

Commit d4762d2

Browse files
committed
temp: always push artifacts
1 parent d8cbf48 commit d4762d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

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

0 commit comments

Comments
 (0)