mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 11:51:16 -06:00
always trigger cache prune, even if previous pipelines failed
This commit is contained in:
@@ -1645,6 +1645,10 @@ def genericCachePurge(name, cache_key):
|
||||
'refs/tags/v*',
|
||||
'refs/pull/**',
|
||||
],
|
||||
'status': [
|
||||
'success',
|
||||
'failure',
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user