mirror of
https://github.com/codex-storage/bittorrent-benchmarks.git
synced 2025-02-20 23:08:06 +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}}"
|
value: "{{inputs.parameters.imagePullPolicy}}"
|
||||||
|
|
||||||
depends: "benchmark-experiment.Failed"
|
depends: "benchmark-experiment.Failed"
|
||||||
when: '{{workflows.inputs.parameters.cleanupOnFailure}} == true'
|
when: '{{workflow.parameters.cleanupOnFailure}} == true'
|
||||||
|
|
||||||
- name: benchmark-experiment
|
- name: benchmark-experiment
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user