Skips content site deployment

Adds a variable to skip content site deployment during pipeline runs.

This allows for faster and more focused runs when content site changes are not relevant.
This commit is contained in:
maguire-arman 2025-05-12 10:58:44 -04:00
parent 70b41a4f17
commit 5c7a15da60

View file

@ -44,6 +44,8 @@ variables:
value: 2
- name: IS_REGRESSION
value: "false"
- name: "SKIP_CONTENT_SITE"
value: "true"
stages:
# PR's