We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0dbbe commit 78ed70eCopy full SHA for 78ed70e
.github/workflows/docker.yml
@@ -161,6 +161,7 @@ jobs:
161
remove-haskell: true
162
remove-codeql: true
163
remove-docker-images: true
164
+ continue-on-error: true
165
if: inputs.free_disk_space
166
- name: Check out SageMath
167
uses: actions/checkout@v4
.github/workflows/docker_hub.yml
@@ -25,6 +25,7 @@ jobs:
25
26
27
28
29
30
- name: Checkout
31
0 commit comments