ci: Only create review apps when pages_multiple_versions is on
ci: Only create review apps when pages_multiple_versions is on
We are currently utilizing the pages_multiple_versions
for review
apps. When working from forks, the feature is not available and breaks
pipelines for forks.
Let's just check whether the feature is available and conditionally run the job if it is. Otherwise we can live without review apps.
Edited by Lukas Eipert