ci: use production profile for all benchmarks (follow-up for #5100) (#5102)

This commit is contained in:
Mara Robin B
2022-03-14 13:44:24 +01:00
committed by GitHub
parent 22229991fa
commit f67517f3b3
+2
View File
@@ -529,11 +529,13 @@ update_polkadot_weights: &update-weights
update_kusama_weights: update_kusama_weights:
<<: *update-weights <<: *update-weights
variables: variables:
PROFILE: production
RUNTIME: kusama RUNTIME: kusama
update_westend_weights: update_westend_weights:
<<: *update-weights <<: *update-weights
variables: variables:
PROFILE: production
RUNTIME: westend RUNTIME: westend
#### stage: stage3 #### stage: stage3