Skip to content

Commit 78ed70e

Browse files
author
Matthias Koeppe
committed
.github/workflows: Ignore failures in easimon/maximize-build-space
1 parent ef0dbbe commit 78ed70e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ jobs:
161161
remove-haskell: true
162162
remove-codeql: true
163163
remove-docker-images: true
164+
continue-on-error: true
164165
if: inputs.free_disk_space
165166
- name: Check out SageMath
166167
uses: actions/checkout@v4

.github/workflows/docker_hub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
remove-haskell: true
2626
remove-codeql: true
2727
remove-docker-images: true
28+
continue-on-error: true
2829

2930
- name: Checkout
3031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)