Skip to content

Move search backend variable to workflow rules

Marcel Amirault requested to merge fix-gps-test-pipelines into main

The variables set in compile_dev were overriding the variables set in workflow:rules. We should remove them from compile_dev so that the workflow:rules config can take precedence (job config always overrides workflow config, when present in both places).

Edited by Marcel Amirault

Merge request reports