mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-19 06:26:26 +00:00
fix: conditional expression for cleanup
This commit is contained in:
parent
a29c010e7a
commit
94893c0f93
@ -230,7 +230,7 @@ spec:
|
||||
value: "{{inputs.parameters.imagePullPolicy}}"
|
||||
|
||||
depends: "benchmark-experiment.Failed"
|
||||
when: '{{workflows.inputs.parameters.cleanupOnFailure}} == true'
|
||||
when: '{{workflow.parameters.cleanupOnFailure}} == true'
|
||||
|
||||
- name: benchmark-experiment
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user