John Mee
01/28/2022, 5:00 AMdisable_artifacts
a list of stage names (like we can with incremental
)?Frank
John Mee
01/30/2022, 11:33 PMseed:
incremental:
enabled: true
disabledFor: [prod, staging, dev]
We could do this?
seed:
artifacts:
enabled: true
disabledFor: [prod, popups]
John Mee
01/30/2022, 11:34 PM