Skip to content
Snippets Groups Projects
Commit 18b406fb authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: df: rules: when: manual, allow_failure: true

parent 9e3dbb62
No related branches found
No related tags found
1 merge request!955feat: mark df job as manual
...@@ -580,6 +580,8 @@ df: ...@@ -580,6 +580,8 @@ df:
- docker-new - docker-new
needs: needs:
- version - version
rules:
- when: manual
script: script:
- docker images - docker images
- docker ps --size - docker ps --size
...@@ -598,6 +600,7 @@ df: ...@@ -598,6 +600,7 @@ df:
- docker-stats-all.txt - docker-stats-all.txt
- docker-buildx-du-verbose.txt - docker-buildx-du-verbose.txt
- docker-system-df-verbose.txt - docker-system-df-verbose.txt
allow_failure: true
prune: prune:
extends: .build extends: .build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment